* src/GrampsDb/_GedTokens.py: yet even more funky fixes, handle more
non-standard tags svn: r6879
This commit is contained in:
parent
05f6c60733
commit
bca9cd577d
@ -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
|
||||
|
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user