* src/ArgHandler.py (auto_save_load): Remove new db creation for BSDDB.
svn: r3502
This commit is contained in:
parent
78f6625fee
commit
000a12c2a2
@ -1,5 +1,6 @@
|
|||||||
2004-08-23 Alex Roitman <shura@alex.neuro.umn.edu>
|
2004-08-23 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/EdirPerson.py (__init__): Typos.
|
* 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>
|
2004-08-23 Jim Smart <jim@jimsmart.org>
|
||||||
* src/PeopleModel.py: enhanced column_spouse
|
* src/PeopleModel.py: enhanced column_spouse
|
||||||
|
@ -187,8 +187,6 @@ class ArgHandler:
|
|||||||
filename = os.path.normpath(os.path.abspath(filename))
|
filename = os.path.normpath(os.path.abspath(filename))
|
||||||
filetype = GrampsMime.get_type(filename)
|
filetype = GrampsMime.get_type(filename)
|
||||||
if filetype == const.app_gramps:
|
if filetype == const.app_gramps:
|
||||||
import GrampsBSDDB
|
|
||||||
self.parent.db = GrampsBSDDB.GrampsBSDDB()
|
|
||||||
self.parent.read_file(filename)
|
self.parent.read_file(filename)
|
||||||
return 1
|
return 1
|
||||||
elif filetype == const.app_gramps_xml:
|
elif filetype == const.app_gramps_xml:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user