* src/ArgHandler.py (auto_save_load): Remove new db creation for BSDDB.
svn: r3502
This commit is contained in:
parent
c99cf190cd
commit
f596ef108a
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user