17 __scriptname = None |
17 __scriptname = None |
18 |
18 |
19 modDir = distutils.sysconfig.get_python_lib(True) |
19 modDir = distutils.sysconfig.get_python_lib(True) |
20 ericpath = os.getenv('ERICDIR', getConfig('ericDir')) |
20 ericpath = os.getenv('ERICDIR', getConfig('ericDir')) |
21 |
21 |
22 if not ericpath in sys.path: |
22 if ericpath not in sys.path: |
23 sys.path.insert(-1, ericpath) |
23 sys.path.insert(-1, ericpath) |
24 |
24 |
25 |
25 |
26 def initDebugger(kind="standard"): |
26 def initDebugger(kind="standard"): |
27 """ |
27 """ |