src/eric7/EricWidgets/EricApplication.py

branch
eric7
changeset 9413
80c06d472826
parent 9400
5494faeaead2
child 9448
ea215f7afab3
--- a/src/eric7/EricWidgets/EricApplication.py	Tue Oct 18 16:05:20 2022 +0200
+++ b/src/eric7/EricWidgets/EricApplication.py	Tue Oct 18 16:06:21 2022 +0200
@@ -188,8 +188,7 @@
         @return directory path containing the style icons
         @rtype str
         """
-        import Preferences
-        import Utilities
+        from eric7 import Preferences, Utilities
         from eric7config import getConfig
 
         styleIconsPath = Preferences.getUI("StyleIconsPath")

eric ide

mercurial