diff -r 261bc03812fd -r 9624a110667d E5Gui/E5SingleApplication.py --- 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)