DebugClients/Python3/DCTestResult.py

changeset 3670
f0cb7579c0b4
parent 3591
2f2a4a76dd22
child 4021
195a471c327b
diff -r ac84ac3c0f05 -r f0cb7579c0b4 DebugClients/Python3/DCTestResult.py
--- a/DebugClients/Python3/DCTestResult.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/DebugClients/Python3/DCTestResult.py	Sat Jul 05 12:13:23 2014 +0200
@@ -4,7 +4,7 @@
 #
 
 """
-Module implementing a TestResult derivative for the eric5 debugger.
+Module implementing a TestResult derivative for the eric6 debugger.
 """
 
 import select
@@ -18,7 +18,7 @@
 
 class DCTestResult(TestResult):
     """
-    A TestResult derivative to work with eric5's debug client.
+    A TestResult derivative to work with eric6's debug client.
     
     For more details see unittest.py of the standard python distribution.
     """

eric ide

mercurial