DebugClients/Python/DebugClientBase.py

branch
Py2 comp.
changeset 3515
1b8381afe38f
parent 3429
4c81e9536ebc
child 3591
2f2a4a76dd22
diff -r d85fadb263a0 -r 1b8381afe38f DebugClients/Python/DebugClientBase.py
--- 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:

eric ide

mercurial