eric6_configure.py

changeset 3778
0c5bc18da740
parent 3670
f0cb7579c0b4
child 4021
195a471c327b
equal deleted inserted replaced
3777:0c47cbb5b199 3778:0c5bc18da740
9 9
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
15 import Toolbox.PyQt4ImportHook # __IGNORE_WARNING__
16
14 try: # Only for Py2 17 try: # Only for Py2
15 import Utilities.compatibility_fixes # __IGNORE_WARNING__ 18 import Utilities.compatibility_fixes # __IGNORE_WARNING__
16 except (ImportError): 19 except (ImportError):
17 pass 20 pass
18 21

eric ide

mercurial