Removed some manipulation of sys.path. eric7

Wed, 01 Dec 2021 18:03:11 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 01 Dec 2021 18:03:11 +0100
branch
eric7
changeset 8800
d0d2fa9dbbb7
parent 8798
4512b9b17695
child 8801
8fbb21be8579

Removed some manipulation of sys.path.

eric7/eric7.py file | annotate | diff | comparison | revisions
--- a/eric7/eric7.py	Tue Nov 30 17:04:12 2021 +0100
+++ b/eric7/eric7.py	Wed Dec 01 18:03:11 2021 +0100
@@ -27,8 +27,6 @@
 restartArgs = [arg for arg in sys.argv[1:]
                if arg.split("=", 1)[0] in restartArgsList]
 
-sys.path.insert(1, os.path.dirname(__file__))
-
 try:
     from PyQt6.QtCore import qWarning, QLibraryInfo, QTimer, QCoreApplication
 except ImportError:

eric ide

mercurial