src/eric7/Testing/TestingWidget.py

branch
eric7-maintenance
changeset 11155
e1843b6efa73
parent 11118
967a88a16a21
parent 11148
15e30f0c76a8
child 11194
1bfb44d3bedc
diff -r 32d0ec15eba0 -r e1843b6efa73 src/eric7/Testing/TestingWidget.py
--- a/src/eric7/Testing/TestingWidget.py	Sun Feb 09 15:47:57 2025 +0100
+++ b/src/eric7/Testing/TestingWidget.py	Sat Mar 01 15:52:40 2025 +0100
@@ -205,7 +205,7 @@
             self.__project.projectClosed.connect(self.__projectClosed)
         except KeyError:
             # we were called as a standalone application
-            from eric7.VirtualEnv.VirtualenvManager import (  # __IGNORE_WARNING_I101__
+            from eric7.VirtualEnv.VirtualenvManager import (  # __IGNORE_WARNING_I-101__
                 VirtualenvManager,
             )
 

eric ide

mercurial