* 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:
Don Allingham
2004-08-11 16:22:36 +00:00
parent f1dad71117
commit 90de8501ff
6 changed files with 61 additions and 142 deletions

View File

@ -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