eric5_configure.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3060
5883ce99ee12
child 3161
06f57a834adf
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
8 Eric5 Configure. 8 Eric5 Configure.
9 9
10 This is the main Python script to configure the eric5 IDE from the outside. 10 This is the main Python script to configure the eric5 IDE from the outside.
11 """ 11 """
12 12
13 from __future__ import unicode_literals # __IGNORE_WARNING__ 13 from __future__ import unicode_literals
14 try: # Only for Py2 14 try: # Only for Py2
15 import sip 15 import sip
16 sip.setapi('QString', 2) 16 sip.setapi('QString', 2)
17 sip.setapi('QVariant', 2) 17 sip.setapi('QVariant', 2)
18 import Utilities.compatibility_fixes # __IGNORE_WARNING__ 18 import Utilities.compatibility_fixes # __IGNORE_WARNING__

eric ide

mercurial