--- a/eric6/eric6_doc.py Sun Apr 14 19:29:24 2019 +0200 +++ b/eric6/eric6_doc.py Mon Apr 15 19:53:29 2019 +0200 @@ -14,6 +14,11 @@ from __future__ import unicode_literals +import os +import sys + +sys.path.insert(1, os.path.dirname(__file__)) + import Toolbox.PyQt4ImportHook # __IGNORE_WARNING__ try: # Only for Py2 @@ -22,8 +27,6 @@ pass import glob -import os -import sys import fnmatch import Utilities.ModuleParser