uninstall.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3039
8dd0165d805d
child 3145
a9de05d4a22f
--- a/uninstall.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/uninstall.py	Sun Nov 03 15:58:22 2013 +0100
@@ -213,8 +213,8 @@
     except SystemExit:
         raise
     except:
-        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.
-""")
+        print("""An internal error occured.  Please report all the output of"""
+              """ the program,\n"""
+              """including the following traceback, to"""
+              """ eric5-bugs@eric-ide.python-projects.org.\n""")
         raise

eric ide

mercurial