debug satırını çıkart

bu arada removeScript çalışmıyor...
This commit is contained in:
Barış Metin
2005-07-14 14:09:31 +00:00
parent 8183d43898
commit 4bdafb841c
-1
View File
@@ -6,7 +6,6 @@ def registerScript(om, appname, scriptPath):
s = socket.socket(socket.AF_UNIX,socket.SOCK_STREAM)
s.connect("/tmp/comar")
cmd = '+' + om + ' ' + appname + ' ' +scriptPath + '\n'
print cmd
s.send(cmd)
s.close()
return True