DebugClients/Python/DebugClientBase.py

changeset 3621
15f23ed3f216
parent 3591
2f2a4a76dd22
child 3728
3fd874bf34e4
diff -r 2c8d96d47cda -r 15f23ed3f216 DebugClients/Python/DebugClientBase.py
--- 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:

eric ide

mercurial