src/eric7/Testing/TestingWidget.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
child 11155
e1843b6efa73
child 11181
52e30cc024aa
diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/Testing/TestingWidget.py
--- a/src/eric7/Testing/TestingWidget.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/Testing/TestingWidget.py	Mon Feb 24 15:43:49 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