patch_modpython.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
--- a/patch_modpython.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/patch_modpython.py	Sun Nov 03 15:58:22 2013 +0100
@@ -159,8 +159,7 @@
     except SystemExit:
         raise
     except:
-        print(
-"""An internal error occured.  Please report all the output of the program,
-including the following traceback, to eric-bugs@die-offenbachs.de.
-""")
+        print("""An internal error occured.  Please report all the output of"""
+              """ the program,\nincluding the following traceback, to"""
+              """ eric-bugs@die-offenbachs.de.\n""")
         raise

eric ide

mercurial