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 |