* src/StartupDialog.py: handle SuSE 9.0's broken handling of

gconf
* src/gramps.py: handle SuSE 9.0's broken handling of gconf


svn: r2309
This commit is contained in:
Don Allingham
2003-11-02 00:23:35 +00:00
parent 8583f8ab89
commit 0f93a5e600
2 changed files with 19 additions and 12 deletions

View File

@@ -22,7 +22,12 @@ import const
import gtk.glade
import gnome
import gnome.ui
import gconf
try:
import gconf
except ImportError:
import gnome.gconf
gconf = gnome.gconf
from gettext import gettext as _