eric6_unittest.py

changeset 6359
e78be0616e6e
parent 6048
82ad8ec9548c
child 6645
ad476851d7e0
--- a/eric6_unittest.py	Wed Jun 20 18:34:44 2018 +0200
+++ b/eric6_unittest.py	Wed Jun 20 18:45:07 2018 +0200
@@ -43,6 +43,10 @@
 
 from Toolbox import Startup
 
+# make Third-Party package available as a packages repository
+sys.path.insert(2, os.path.join(os.path.dirname(__file__),
+                                "ThirdParty", "EditorConfig"))
+
 
 def createMainWidget(argv):
     """

eric ide

mercurial