diff -r 8ba11cf46483 -r 9f6555d3c3c0 DebugClients/Python/DebugClientBase.py --- a/DebugClients/Python/DebugClientBase.py Sat Sep 05 13:49:08 2015 +0200 +++ b/DebugClients/Python/DebugClientBase.py Sat Sep 05 15:13:13 2015 +0200 @@ -1502,7 +1502,7 @@ try: exec 'mcdict = dict%s.__class__.__dict__' % access ndict.update(mcdict) # __IGNORE_WARNING__ - if mdict and not "sipThis" in mdict.keys(): # __IGNORE_WARNING__ + if mdict and "sipThis" not in mdict.keys(): # __IGNORE_WARNING__ del rvar[0:2] access = "" except: