--- a/eric6/eric6.py Tue Apr 20 19:47:39 2021 +0200 +++ b/eric6/eric6.py Wed Apr 21 17:56:12 2021 +0200 @@ -11,6 +11,12 @@ of the IDE and starts the Qt event loop. """ +# TODO: remove ThirdParty.Chardet +# TODO: remove ThirdParty.asttokens +# TODO: remove ThirdParty.EditorConfig +# TODO: remove ThirdParty.Pygments +# TODO: remove ThirdParty.Send2Trash + import sys import os import contextlib @@ -81,12 +87,8 @@ # make Third-Party 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", "Jasy")) sys.path.insert(2, os.path.join(os.path.dirname(__file__), - "ThirdParty", "EditorConfig")) -sys.path.insert(2, os.path.join(os.path.dirname(__file__), "DebugClients", "Python")) from E5Gui.E5Application import E5Application