eric6/eric6_browser.py

changeset 6964
0b8908ba12d3
parent 6947
179eef72c548
parent 6949
a5255f1ba3f0
child 7192
a22eee00b052
--- a/eric6/eric6_browser.py	Sat Apr 20 20:05:28 2019 +0200
+++ b/eric6/eric6_browser.py	Sun Apr 21 10:46:14 2019 +0200
@@ -14,6 +14,11 @@
 
 from __future__ import unicode_literals
 
+import sys
+import os
+
+sys.path.insert(1, os.path.dirname(__file__))
+
 import Toolbox.PyQt4ImportHook  # __IGNORE_WARNING__
 
 try:  # Only for Py2
@@ -30,9 +35,6 @@
 except AttributeError:
     pass
 
-import sys
-import os
-
 from Globals import qVersionTuple
 
 app = None

eric ide

mercurial