--- a/DebugClients/Python/DebugClientBase.py Sun Apr 13 15:45:57 2014 +0200 +++ b/DebugClients/Python/DebugClientBase.py Tue Apr 15 22:41:08 2014 +0200 @@ -1430,7 +1430,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 not "sipThis" in mdict.keys(): # __IGNORE_WARNING__ del rvar[0:2] access = "" except: