eric6/eric6_sqlbrowser.py

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

eric ide

mercurial