eric5_tray.py

changeset 3656
441956d8fce5
parent 3178
f25fc1364c88
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
12 context menu to start the eric5 IDE and the eric5 tools. 12 context menu to start the eric5 IDE and the eric5 tools.
13 """ 13 """
14 14
15 from __future__ import unicode_literals 15 from __future__ import unicode_literals
16 try: # Only for Py2 16 try: # Only for Py2
17 import sip
18 sip.setapi('QString', 2)
19 sip.setapi('QVariant', 2)
20 import Utilities.compatibility_fixes # __IGNORE_WARNING__ 17 import Utilities.compatibility_fixes # __IGNORE_WARNING__
21 except (ImportError): 18 except (ImportError):
22 pass 19 pass
23 20
24 import sys 21 import sys

eric ide

mercurial