diff -r a6480863adfb -r a2e8f3c420ec DebugClients/Python/DebugClientBase.py --- a/DebugClients/Python/DebugClientBase.py Sun Nov 15 13:59:43 2015 +0100 +++ b/DebugClients/Python/DebugClientBase.py Sun Nov 15 14:29:20 2015 +0100 @@ -2117,7 +2117,7 @@ else: # unknown option del args[0] if not args: - print "No program given. Aborting!" + print "No program given. Aborting!" # __IGNORE_WARNING__ else: if not self.noencoding: self.__coding = self.defaultCoding @@ -2158,7 +2158,7 @@ self.connectDebugger(port, remoteAddress, redirect) self.__interact() else: - print "No network port given. Aborting..." + print "No network port given. Aborting..." # __IGNORE_WARNING__ def fork(self): """