E5Gui/E5SingleApplication.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 410
e5d1addeb90c
child 792
a13346916170
--- a/E5Gui/E5SingleApplication.py	Sun Jan 31 16:15:16 2010 +0000
+++ b/E5Gui/E5SingleApplication.py	Sun Jan 31 17:11:22 2010 +0000
@@ -7,7 +7,6 @@
 Module implementing the single application server and client.
 """
 
-import sys
 import os
 
 from E5Gui.E5Application import e5App
@@ -161,4 +160,4 @@
         @param argsStr space delimited list of command args (string)
         """
         cmd = "%s%s\n" % (SAArguments, argsStr)
-        self.sendCommand(cmd)
\ No newline at end of file
+        self.sendCommand(cmd)

eric ide

mercurial