compileUiFiles.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 3778
0c5bc18da740
--- a/compileUiFiles.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/compileUiFiles.py	Sat Jul 05 12:13:23 2014 +0200
@@ -5,7 +5,7 @@
 #
 
 """
-Script for eric5 to compile all .ui files to Python source.
+Script for eric6 to compile all .ui files to Python source.
 """
 
 from __future__ import unicode_literals
@@ -125,5 +125,5 @@
         print(
             "\nAn internal error occured.  Please report all the output of the"
             " program, \nincluding the following traceback, to"
-            " eric5-bugs@eric-ide.python-projects.org.\n")
+            " eric-bugs@eric-ide.python-projects.org.\n")
         raise

eric ide

mercurial