From 4bdafb841c77c4a49cbd3f1311e13d384d950b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Thu, 14 Jul 2005 14:09:31 +0000 Subject: [PATCH] =?UTF-8?q?debug=20sat=C4=B1r=C4=B1n=C4=B1=20=C3=A7=C4=B1k?= =?UTF-8?q?art=20bu=20arada=20removeScript=20=C3=A7al=C4=B1=C5=9Fm=C4=B1yo?= =?UTF-8?q?r...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pisi/comariface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pisi/comariface.py b/pisi/comariface.py index f5cb3233..21b99c53 100644 --- a/pisi/comariface.py +++ b/pisi/comariface.py @@ -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