src/eric7/UI/SplashScreen.py

branch
eric7-maintenance
changeset 9449
c982bacca23f
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
diff -r 7965921a8b07 -r c982bacca23f src/eric7/UI/SplashScreen.py
--- a/src/eric7/UI/SplashScreen.py	Mon Oct 31 09:21:46 2022 +0100
+++ b/src/eric7/UI/SplashScreen.py	Mon Oct 31 13:52:10 2022 +0100
@@ -14,7 +14,7 @@
 from PyQt6.QtGui import QPixmap, QColor
 from PyQt6.QtWidgets import QApplication, QSplashScreen
 
-from eric7config import getConfig
+from eric7.Globals import getConfig
 
 
 class SplashScreen(QSplashScreen):

eric ide

mercurial