From fe2c82edcdfbb6de9194de3d50336bb70d6f7700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Tue, 13 Sep 2016 14:03:08 -0400 Subject: [PATCH] document where this file comes from --- monkeysign/msg_exception.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/monkeysign/msg_exception.py b/monkeysign/msg_exception.py index d2a6518..ec7aae0 100644 --- a/monkeysign/msg_exception.py +++ b/monkeysign/msg_exception.py @@ -15,6 +15,15 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# This file was imported from the bug-triage tool after reading this blog post: +# http://grmontesino.blogspot.ca/2007/07/exception-handling-on-pygtk.html +# Other solutions based on sys.excepthook may work better, see: +# http://faq.pygtk.org/index.py?req=show&file=faq20.010.htp +# both links are broken above, see instead: +# http://www.sysfs.be/downloads/gtkexcepthook.py +# https://github.com/mypaint/mypaint/blob/master/gui/gtkexcepthook.py +# the latter also has hooks to send github bug reports! + import pygtk pygtk.require("2.0") import gtk -- GitLab