src/eric7/Debugger/VariablesViewer.py

branch
eric7
changeset 9413
80c06d472826
parent 9397
a415cb83dafb
child 9462
e65379fdbd97
--- a/src/eric7/Debugger/VariablesViewer.py	Tue Oct 18 16:05:20 2022 +0200
+++ b/src/eric7/Debugger/VariablesViewer.py	Tue Oct 18 16:06:21 2022 +0200
@@ -22,12 +22,11 @@
 from PyQt6.QtGui import QBrush, QFontMetrics
 from PyQt6.QtWidgets import QTreeView, QAbstractItemView, QToolTip, QMenu
 
-from EricWidgets.EricApplication import ericApp
+from eric7.EricWidgets.EricApplication import ericApp
 
 from .Config import ConfigVarTypeDispStrings
 
-import Preferences
-import Utilities
+from eric7 import Preferences, Utilities
 
 SORT_ROLE = Qt.ItemDataRole.UserRole
 

eric ide

mercurial