eric6/eric6_browser.py

changeset 8258
82b608e352ec
parent 8243
cc717c2ae956
--- a/eric6/eric6_browser.py	Tue Apr 20 19:47:39 2021 +0200
+++ b/eric6/eric6_browser.py	Wed Apr 21 17:56:12 2021 +0200
@@ -43,12 +43,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"))
-
 try:
     from PyQt5 import QtWebEngineWidgets    # __IGNORE_WARNING__
 except ImportError:

eric ide

mercurial