eric6_tray.py

changeset 3778
0c5bc18da740
parent 3670
f0cb7579c0b4
child 4021
195a471c327b
equal deleted inserted replaced
3777:0c47cbb5b199 3778:0c5bc18da740
11 of the system-tray application. This acts as a quickstarter by providing a 11 of the system-tray application. This acts as a quickstarter by providing a
12 context menu to start the eric6 IDE and the eric6 tools. 12 context menu to start the eric6 IDE and the eric6 tools.
13 """ 13 """
14 14
15 from __future__ import unicode_literals 15 from __future__ import unicode_literals
16
17 import Toolbox.PyQt4ImportHook # __IGNORE_WARNING__
18
16 try: # Only for Py2 19 try: # Only for Py2
17 import Utilities.compatibility_fixes # __IGNORE_WARNING__ 20 import Utilities.compatibility_fixes # __IGNORE_WARNING__
18 except (ImportError): 21 except (ImportError):
19 pass 22 pass
20 23

eric ide

mercurial