src/eric7/Testing/Interfaces/TestExecutorBase.py

branch
eric7
changeset 9413
80c06d472826
parent 9313
6bac6775abb2
child 9442
906485dcd210
child 9473
3f23dbf37dbe
diff -r 45e7bb09c120 -r 80c06d472826 src/eric7/Testing/Interfaces/TestExecutorBase.py
--- a/src/eric7/Testing/Interfaces/TestExecutorBase.py	Tue Oct 18 16:05:20 2022 +0200
+++ b/src/eric7/Testing/Interfaces/TestExecutorBase.py	Tue Oct 18 16:06:21 2022 +0200
@@ -14,7 +14,7 @@
 
 from PyQt6.QtCore import pyqtSignal, QObject, QProcess, QProcessEnvironment
 
-import Preferences
+from eric7 import Preferences
 
 
 class TestResultCategory(IntEnum):

eric ide

mercurial