--- 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)