src/eric7/eric7_shell.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
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
 
 

eric ide

mercurial