eric6_configure.py

changeset 6101
b854a825d483
parent 6048
82ad8ec9548c
child 6630
bddd12f27a4c
--- a/eric6_configure.py	Thu Feb 01 19:32:19 2018 +0100
+++ b/eric6_configure.py	Fri Feb 02 19:42:01 2018 +0100
@@ -50,6 +50,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"))
 
 from Globals import AppInfo
 

eric ide

mercurial