install-i18n.py

changeset 2992
dbdf27746da5
parent 2302
f29e9405c851
child 3036
30c81c9e88b8
child 3057
10516539f238
--- a/install-i18n.py	Sun Oct 06 19:52:33 2013 +0200
+++ b/install-i18n.py	Mon Oct 07 19:10:11 2013 +0200
@@ -62,7 +62,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)
 
@@ -123,7 +124,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