eric6/eric6.py

changeset 8258
82b608e352ec
parent 8243
cc717c2ae956
child 8259
2bbec88047dd
--- 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

eric ide

mercurial