--- a/DebugClients/Python/DebugClientBase.py Fri May 30 13:17:20 2014 +0200 +++ b/DebugClients/Python/DebugClientBase.py Fri May 30 15:16:40 2014 +0200 @@ -2075,7 +2075,7 @@ except: remoteAddress = None sys.argv = [''] - if not '' in sys.path: + if '' not in sys.path: sys.path.insert(0, '') if port >= 0: if not self.noencoding: