* 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

@@ -1005,7 +1005,7 @@ class GrampsParser:
self.address.set_state(tag)
def stop_country(self,tag):
self.address.setCountry(tag)
self.address.set_country(tag)
def stop_postal(self,tag):
self.address.set_postal_code(tag)