PyUnit/UnittestDialog.py

changeset 501
5c615a85241a
parent 500
c3abc7895a01
child 518
2b991e88765e
--- 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)
     

eric ide

mercurial