eric6_configure.py

changeset 4289
6c1ab651c9ce
parent 4021
195a471c327b
child 4343
afe0da217745
equal deleted inserted replaced
4288:1c9c1c12111a 4289:6c1ab651c9ce
10 This is the main Python script to configure the eric6 IDE from the outside. 10 This is the main Python script to configure the eric6 IDE from the outside.
11 """ 11 """
12 12
13 from __future__ import unicode_literals 13 from __future__ import unicode_literals
14 14
15 import Toolbox.PyQt4ImportHook # __IGNORE_WARNING__ 15 import Toolbox.PyQt4ImportHook # __IGNORE_WARNING__
16 16
17 try: # Only for Py2 17 try: # Only for Py2
18 import Utilities.compatibility_fixes # __IGNORE_WARNING__ 18 import Utilities.compatibility_fixes # __IGNORE_WARNING__
19 except (ImportError): 19 except (ImportError):
20 pass 20 pass

eric ide

mercurial