src/eric7/Preferences/ConfigurationPages/EditorDocViewerPage.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
--- a/src/eric7/Preferences/ConfigurationPages/EditorDocViewerPage.py	Tue Oct 18 16:05:20 2022 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/EditorDocViewerPage.py	Tue Oct 18 16:06:21 2022 +0200
@@ -10,9 +10,9 @@
 from .ConfigurationPageBase import ConfigurationPageBase
 from .Ui_EditorDocViewerPage import Ui_EditorDocViewerPage
 
-from EricWidgets.EricApplication import ericApp
+from eric7.EricWidgets.EricApplication import ericApp
 
-import Preferences
+from eric7 import Preferences
 
 
 class EditorDocViewerPage(ConfigurationPageBase, Ui_EditorDocViewerPage):

eric ide

mercurial