eric6/eric6_qregexp.py

branch
without_py2_and_pyqt4
changeset 7198
684261ef2165
parent 7192
a22eee00b052
child 7229
53054eb5b15a
equal deleted inserted replaced
7197:331569d44b19 7198:684261ef2165
16 16
17 import sys 17 import sys
18 import os 18 import os
19 19
20 sys.path.insert(1, os.path.dirname(__file__)) 20 sys.path.insert(1, os.path.dirname(__file__))
21
22 import Toolbox.PyQt4ImportHook # __IGNORE_WARNING__
23 21
24 for arg in sys.argv[:]: 22 for arg in sys.argv[:]:
25 if arg.startswith("--config="): 23 if arg.startswith("--config="):
26 import Globals 24 import Globals
27 configDir = arg.replace("--config=", "") 25 configDir = arg.replace("--config=", "")

eric ide

mercurial