patch_modpython.py

changeset 3036
30c81c9e88b8
parent 2992
dbdf27746da5
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r 36e9f388958b -r 30c81c9e88b8 patch_modpython.py
--- a/patch_modpython.py	Sat Oct 19 14:05:26 2013 +0200
+++ b/patch_modpython.py	Sat Oct 19 15:15:50 2013 +0200
@@ -157,8 +157,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