improve exception handler
This commit is contained in:
parent
02412a1f6d
commit
841fa18c58
|
@ -37,8 +37,8 @@ import gtk, pango
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import gconf
|
import gconf
|
||||||
except:
|
except ImportError:
|
||||||
pass
|
gconf = None
|
||||||
|
|
||||||
# set this to true to enable debugging output
|
# set this to true to enable debugging output
|
||||||
# These should be moved somewhere better.
|
# These should be moved somewhere better.
|
||||||
|
|
Loading…
Reference in New Issue