install-i18n.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2992
dbdf27746da5
child 3060
5883ce99ee12
--- a/install-i18n.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/install-i18n.py	Fri Oct 18 23:00:41 2013 +0200
@@ -64,7 +64,8 @@
     print("    {0} [-hp]".format(progName))
     print("where:")
     print("    -h        display this help message")
-    print("    -p        install into the private area ({0})".format(configDir))
+    print("    -p        install into the private area ({0})".format(
+        configDir))
 
     sys.exit(rcode)
 
@@ -125,7 +126,8 @@
     except SystemExit:
         raise
     except:
-        print("""An internal error occured.  Please report all the output of the program,
+        print(
+"""An internal error occured.  Please report all the output of the program,
 including the following traceback, to eric5-bugs@eric-ide.python-projects.org.
 """)
         raise

eric ide

mercurial