eric7/eric7_unittest.py

branch
unittest
changeset 9059
e7fd342f8bfc
parent 8881
54e42bc2437a
--- a/eric7/eric7_unittest.py	Sun May 08 19:58:27 2022 +0200
+++ b/eric7/eric7_unittest.py	Thu May 12 08:59:13 2022 +0200
@@ -41,10 +41,12 @@
     """
     Function to create the main widget.
     
-    @param argv list of commandline parameters (list of strings)
-    @return reference to the main widget (QWidget)
+    @param argv list of commandline parameters
+    @type list of str
+    @return reference to the main widget
+    @rtype QWidget
     """
-    from PyUnit.UnittestDialog import UnittestWindow
+    from Unittest.UnittestWidget import UnittestWindow
     try:
         fn = argv[1]
     except IndexError:

eric ide

mercurial