* 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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user