diff -r 2c8d96d47cda -r 15f23ed3f216 DebugClients/Python3/DebugClientBase.py --- a/DebugClients/Python3/DebugClientBase.py Fri May 30 13:17:20 2014 +0200 +++ b/DebugClients/Python3/DebugClientBase.py Fri May 30 15:16:40 2014 +0200 @@ -1450,7 +1450,7 @@ exec('mcdict = dict{0!s}.__class__.__dict__' .format(access), globals(), loc) ndict.update(loc["mcdict"]) - if mdict and not "sipThis" in mdict.keys(): + if mdict and "sipThis" not in mdict.keys(): del rvar[0:2] access = "" except: @@ -2134,7 +2134,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: