* src/ArgHandler.py (auto_save_load): Remove new db creation for BSDDB.

svn: r3502
This commit is contained in:
Alex Roitman
2004-08-24 04:55:32 +00:00
parent c99cf190cd
commit f596ef108a
2 changed files with 1 additions and 2 deletions

View File

@@ -187,8 +187,6 @@ class ArgHandler:
filename = os.path.normpath(os.path.abspath(filename))
filetype = GrampsMime.get_type(filename)
if filetype == const.app_gramps:
import GrampsBSDDB
self.parent.db = GrampsBSDDB.GrampsBSDDB()
self.parent.read_file(filename)
return 1
elif filetype == const.app_gramps_xml: