ul2 to u2l syntax error
svn: r344
This commit is contained in:
parent
5f4b7077f0
commit
b731c7b961
@ -172,7 +172,7 @@ class GrampsParser(handler.ContentHandler):
|
||||
def start_location(self,attrs):
|
||||
loc = Location()
|
||||
if attrs.has_key('city'):
|
||||
loc.set_city(ul2(attrs['city']))
|
||||
loc.set_city(u2l(attrs['city']))
|
||||
if attrs.has_key('state'):
|
||||
loc.set_state(u2l(attrs['state']))
|
||||
if attrs.has_key('county'):
|
||||
|
Loading…
Reference in New Issue
Block a user