diff -r ddc46e93ccc4 -r e7fd342f8bfc eric7/eric7_unittest.py --- 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: