improve exception handler
This commit is contained in:
parent
02412a1f6d
commit
841fa18c58
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue