* 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 78f6625fee
commit 000a12c2a2
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
2004-08-23 Alex Roitman <shura@alex.neuro.umn.edu>
* src/EdirPerson.py (__init__): Typos.
* src/ArgHandler.py (auto_save_load): Remove new db creation for BSDDB.
2004-08-23 Jim Smart <jim@jimsmart.org>
* src/PeopleModel.py: enhanced column_spouse

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: