* src/AddrEdit.py: setCountry -> set_country
* src/RelLib.py: Add concept of PrimaryObject * src/GrampsDbBase.py: add local constants * src/ReadGedcom.py: support new API svn: r3374
This commit is contained in:
@ -37,6 +37,13 @@ from gettext import gettext as _
|
||||
_UNDO_SIZE = 1000
|
||||
_id_reg = compile("%\d+d")
|
||||
|
||||
PERSON_KEY = 0
|
||||
FAMILY_KEY = 1
|
||||
SOURCE_KEY = 2
|
||||
EVENT_KEY = 3
|
||||
MEDIA_KEY = 4
|
||||
PLACE_KEY = 5
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GrampsDbBase
|
||||
|
Reference in New Issue
Block a user