eric6/eric6_editor.py

changeset 8258
82b608e352ec
parent 8143
2c730d5fd177
--- a/eric6/eric6_editor.py	Tue Apr 20 19:47:39 2021 +0200
+++ b/eric6/eric6_editor.py	Wed Apr 21 17:56:12 2021 +0200
@@ -32,12 +32,6 @@
             QSettings.Format.IniFormat, QSettings.Scope.UserScope, settingsDir)
         sys.argv.remove(arg)
 
-# 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
 
 from Toolbox import Startup

eric ide

mercurial