patch_modpython.py

changeset 4563
881340f4bd0c
parent 4543
2e6a880670e9
child 4566
a2e8f3c420ec
equal deleted inserted replaced
4561:5bc6ed226471 4563:881340f4bd0c
156 if __name__ == "__main__": 156 if __name__ == "__main__":
157 try: 157 try:
158 main(sys.argv) 158 main(sys.argv)
159 except SystemExit: 159 except SystemExit:
160 raise 160 raise
161 except: 161 except Exception:
162 print("""An internal error occured. Please report all the output of""" 162 print("""An internal error occured. Please report all the output of"""
163 """ the program,\nincluding the following traceback, to""" 163 """ the program,\nincluding the following traceback, to"""
164 """ eric-bugs@die-offenbachs.de.\n""") 164 """ eric-bugs@die-offenbachs.de.\n""")
165 raise 165 raise

eric ide

mercurial