]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
make_view_popups(): Catch import error which can occur if a viewer is
authorBarry Warsaw <barry@python.org>
Tue, 6 Jul 1999 22:00:52 +0000 (22:00 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 6 Jul 1999 22:00:52 +0000 (22:00 +0000)
commit17a8b5d473f8adc6f16046754402bcf6ce4bce20
tree2abd37cb46f9933c7a0baffb69e6624d8aa93941
parent6166b871a24a7f983e0c48aaac264fef7c420738
make_view_popups(): Catch import error which can occur if a viewer is
dynamically imported when Pynche is running via askcolor out of a
package.  If the ImportError occurs, try again, prepending the package
name and digging out the module.
Tools/pynche/PyncheWidget.py