* src/PeopleModel.py: Correct column numbers.

* src/GrampsDb/_ReadGedcom.py (parse_header_source): Typo.
* src/RelLib/_RepoRef.py (unserialize): Return unserialized object.


svn: r5881
This commit is contained in:
Alex Roitman
2006-02-04 00:56:54 +00:00
parent 01a5806681
commit c0fdb8ad27
4 changed files with 9 additions and 4 deletions

View File

@@ -1760,7 +1760,7 @@ class GedcomParser:
self.def_src.set_data_item('Creation date',matches[2])
elif matches[1] == TOKEN_NOTE:
note = matches[2]
elif matches[1][0] == TOKEN_UNKNOWN:
elif matches[1] == TOKEN_UNKNOWN:
self.ignore_sub_junk(2)
else:
self.barf(2)