eric5_plugininstall.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2538
b2642e7a4c18
parent 2992
dbdf27746da5
child 3060
5883ce99ee12
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
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

eric ide

mercurial