diff -r 2c8d96d47cda -r 15f23ed3f216 DebugClients/Python/eric5dbgstub.py --- a/DebugClients/Python/eric5dbgstub.py Fri May 30 13:17:20 2014 +0200 +++ b/DebugClients/Python/eric5dbgstub.py Fri May 30 15:16:40 2014 +0200 @@ -19,7 +19,7 @@ modDir = distutils.sysconfig.get_python_lib(True) ericpath = os.getenv('ERICDIR', getConfig('ericDir')) -if not ericpath in sys.path: +if ericpath not in sys.path: sys.path.insert(-1, ericpath)