* src/GrampsBSDDB.py: broke out support for database class to
make it easier to support multiple backends in the future * src/RelLib.py: broke out support for database class to make it easier to support multiple backends in the future * src/AddSpouse.py: better support for gay unions * src/ChooseParents.py: better support for gay unions * src/FamilyView.py: better support for gay unions * src/Marriage.py: better support for gay unions * src/ReadXML.py: better support for gay unions * src/gramps.glade: better support for gay unions * src/gramps_main.py: better support for gay unions * src/Check.py: better support for gay unions * src/ReadGedcom.py: better support for gay unions svn: r3302
This commit is contained in:
@@ -52,6 +52,7 @@ import gtk.gdk
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
import RelLib
|
||||
import GrampsBSDDB
|
||||
import PedView
|
||||
import MediaView
|
||||
import PlaceView
|
||||
@@ -128,7 +129,7 @@ class Gramps:
|
||||
self.mhistory = []
|
||||
self.hindex = -1
|
||||
|
||||
self.db = RelLib.GrampsDB()
|
||||
self.db = GrampsBSDDB.GrampsBSDDB()
|
||||
self.db.set_iprefix(GrampsCfg.get_iprefix())
|
||||
self.db.set_oprefix(GrampsCfg.get_oprefix())
|
||||
self.db.set_fprefix(GrampsCfg.get_fprefix())
|
||||
|
||||
Reference in New Issue
Block a user