3 |
3 |
4 # Copyright (c) 2007 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # Copyright (c) 2007 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # |
5 # |
6 |
6 |
7 """ |
7 """ |
8 Eric5 Plugin Installer |
8 Eric5 Plugin Installer. |
9 |
9 |
10 This is the main Python script to install eric5 plugins from outside of the IDE. |
10 This is the main Python script to install eric5 plugins from outside of the |
|
11 IDE. |
11 """ |
12 """ |
12 |
13 |
13 from __future__ import unicode_literals # __IGNORE_WARNING__ |
14 from __future__ import unicode_literals # __IGNORE_WARNING__ |
14 try: # Only for Py2 |
15 try: # Only for Py2 |
15 import sip |
16 import sip |