eric6_webbrowser.py

changeset 6101
b854a825d483
parent 6048
82ad8ec9548c
child 6364
6a496f0886ad
--- a/eric6_webbrowser.py	Thu Feb 01 19:32:19 2018 +0100
+++ b/eric6_webbrowser.py	Fri Feb 02 19:42:01 2018 +0100
@@ -64,6 +64,8 @@
 # make ThirdParty package available as a packages repository
 sys.path.insert(2, os.path.join(os.path.dirname(__file__),
                                 "ThirdParty", "Pygments"))
+sys.path.insert(2, os.path.join(os.path.dirname(__file__),
+                                "ThirdParty", "EditorConfig"))
 
 import Globals
 from Globals import AppInfo

eric ide

mercurial