* src/GrampsDb/_GedTokens.py: yet even more funky fixes, handle more

non-standard tags


svn: r6879
This commit is contained in:
Don Allingham 2006-06-10 05:15:15 +00:00
parent 05f6c60733
commit bca9cd577d
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2006-06-09 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py: yet even more funky fixes, pass Jerome's tests
* src/GrampsDb/_GedTokens.py: yet even more funky fixes
* src/GrampsDb/_GedTokens.py: yet even more funky fixes, handle more
non-standard tags
2006-06-08 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py: handle more bizarre and illegal

View File

@ -214,5 +214,5 @@ tokens = {
"_DETAIL" : TOKEN_IGNORE,"_PREF" : TOKEN__PRIMARY,
"_LKD" : TOKEN__LKD, "_DATE" : TOKEN_IGNORE,
"_SCBK" : TOKEN_IGNORE,"_TYPE" : TOKEN_IGNORE,
"_PRIM" : TOKEN_IGNORE,
"_PRIM" : TOKEN_IGNORE,"_SSHOW" : TOKEN_IGNORE,
}