* src/GrampsDb/_ReadGedcom.py (func_repo_addr): Properly parse address

svn: r7954
This commit is contained in:
Martin Hawlisch 2007-01-22 15:28:46 +00:00
parent 94fc96718f
commit 664d8823d2
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* src/ArgHandler.py,
* src/DbLoader.py: Print out more precise error messages when trying
to open gpkg or geneweb files.
* src/GrampsDb/_ReadGedcom.py (func_repo_addr): Properly parse address
2007-01-21 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_GrampsDBCallback.py: sys.getfilesystemencoding()

View File

@ -3197,6 +3197,7 @@ class GedcomParser(UpdateCallback):
addr = RelLib.Address()
matched = False
addr.set_street(matches[2])
self.parse_address(addr, 2)
text = addr.get_street()