improve exception handler

This commit is contained in:
Chris Jones 2009-05-07 01:25:51 +01:00
parent 02412a1f6d
commit 841fa18c58
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ import gtk, pango
try:
import gconf
except:
pass
except ImportError:
gconf = None
# set this to true to enable debugging output
# These should be moved somewhere better.