src/eric7/Toolbox/Startup.py

branch
eric7
changeset 9482
a2bc06a54d9d
parent 9473
3f23dbf37dbe
child 9624
b47dfa7a137d
diff -r 0b936ff1bbb9 -r a2bc06a54d9d src/eric7/Toolbox/Startup.py
--- a/src/eric7/Toolbox/Startup.py	Sun Nov 06 11:22:39 2022 +0100
+++ b/src/eric7/Toolbox/Startup.py	Mon Nov 07 17:19:58 2022 +0100
@@ -273,7 +273,7 @@
     app.setQuitOnLastWindowClosed(quitOnLastWindowClosed)
 
     # the following code depends upon a valid application object
-    from eric7 import Preferences
+    from eric7 import Preferences  # __IGNORE_WARNING_I101__
 
     # set the application style sheet
     app.setStyleSheetFile(Preferences.getUI("StyleSheet"))
@@ -299,7 +299,7 @@
 
     if installErrorHandler:
         # generate a graphical error handler
-        from eric7.EricWidgets import EricErrorMessage
+        from eric7.EricWidgets import EricErrorMessage  # __IGNORE_WARNING_I101__
 
         eMsg = EricErrorMessage.qtHandler()
         eMsg.setMinimumSize(600, 400)

eric ide

mercurial