svn: r7950

This commit is contained in:
Don Allingham 2007-01-22 02:36:09 +00:00
parent 2d0c2bed65
commit 9baee52474
2 changed files with 1 additions and 3 deletions

View File

@ -54,7 +54,6 @@ import GrampsDb
import Utils
from PluginUtils import import_list
import QuestionDialog
from Errors import GrampsDbException
#-------------------------------------------------------------------------
#
@ -418,7 +417,7 @@ class DbLoader:
try:
dbclass = GrampsDb.gramps_db_factory(db_type = filetype)
except GrampsDbException, msg:
except GrampsDb.GrampsDbException, msg:
QuestionDialog.ErrorDialog(
_("Could not open file: %s") % filename,
_("This may be caused by an improper installation of GRAMPS.") +

View File

@ -2298,7 +2298,6 @@ if gtk.pygtk_version < (2,8,0):
def main(args):
from RelLib import Date
from DateHandler import parser
def on_validate(widget, text):