--- a/PyUnit/UnittestDialog.py Thu Aug 12 16:11:13 2010 +0200 +++ b/PyUnit/UnittestDialog.py Thu Aug 12 16:43:33 2010 +0200 @@ -33,7 +33,7 @@ """ Class implementing the UI to the pyunit package. - @signal unittestFile(string, int, int) emitted to show the source of a unittest file + @signal unittestFile(str, int, int) emitted to show the source of a unittest file """ unittestFile = pyqtSignal(str, int, int)