--- 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