diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/eric7_shell.py --- a/src/eric7/eric7_shell.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/eric7_shell.py Fri Nov 04 13:52:26 2022 +0100 @@ -11,8 +11,8 @@ of the ShellWindow module and starts the Qt event loop. """ +import os import sys -import os originalPathString = os.getenv("PATH") @@ -35,7 +35,6 @@ sys.argv.remove(arg) from eric7.Globals import AppInfo - from eric7.Toolbox import Startup