eric5-unittest.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 97
c4086afea02b
--- a/eric5-unittest.py	Sat Jan 02 18:19:35 2010 +0000
+++ b/eric5-unittest.py	Sat Jan 02 18:52:53 2010 +0000
@@ -5,7 +5,7 @@
 #
 
 """
-Eric4 Unittest
+Eric5 Unittest
 
 This is the main Python script that performs the necessary initialization
 of the unittest module and starts the Qt event loop. This is a standalone 
@@ -49,7 +49,7 @@
          "use the given directory as the one containing the config files"), 
     ]
     appinfo = Startup.makeAppInfo(sys.argv,
-                                  "Eric4 Unittest",
+                                  "Eric5 Unittest",
                                   "file",
                                   "Graphical unit test application",
                                   options)
@@ -59,4 +59,4 @@
     sys.exit(res)
 
 if __name__ == '__main__':
-    main()
+    main()
\ No newline at end of file

eric ide

mercurial