eric5.py

branch
Py2 comp.
changeset 2538
b2642e7a4c18
parent 2526
a91cba8291b9
child 2677
3d4277929fb3
equal deleted inserted replaced
2533:8fb5922867f2 2538:b2642e7a4c18
11 of the IDE and starts the Qt event loop. 11 of the IDE and starts the Qt event loop.
12 """ 12 """
13 13
14 from __future__ import unicode_literals # __IGNORE_WARNING__ 14 from __future__ import unicode_literals # __IGNORE_WARNING__
15 15
16 try: # Only for Py2 16 try: # Only for Py2
17 import sip 17 import sip
18 sip.setapi('QString', 2) 18 sip.setapi('QString', 2)
19 sip.setapi('QVariant', 2) 19 sip.setapi('QVariant', 2)
20 sip.setapi('QTextStream', 2) 20 sip.setapi('QTextStream', 2)
21 import StringIO as io 21 import StringIO as io

eric ide

mercurial