Sigh, fix set_prgname check just committed.

This commit is contained in:
Cole Robinson 2009-11-10 12:57:01 -05:00
parent e143b87b95
commit b7b7eecd43

View File

@ -282,6 +282,7 @@ def main():
warnings.filterwarnings('error', module='gtk')
try:
import gtk
import gobject
except Warning, e:
# ...the risk is we catch too much though
# Damned if we do, damned if we dont :-)(