eric6_plugininstall.py

changeset 3778
0c5bc18da740
parent 3670
f0cb7579c0b4
child 4021
195a471c327b
equal deleted inserted replaced
3777:0c47cbb5b199 3778:0c5bc18da740
10 This is the main Python script to install eric6 plugins from outside of the 10 This is the main Python script to install eric6 plugins from outside of the
11 IDE. 11 IDE.
12 """ 12 """
13 13
14 from __future__ import unicode_literals 14 from __future__ import unicode_literals
15
16 import Toolbox.PyQt4ImportHook # __IGNORE_WARNING__
17
15 try: # Only for Py2 18 try: # Only for Py2
16 import Utilities.compatibility_fixes # __IGNORE_WARNING__ 19 import Utilities.compatibility_fixes # __IGNORE_WARNING__
17 except (ImportError): 20 except (ImportError):
18 pass 21 pass
19 22

eric ide

mercurial