* src/ReadGedcom.py: create GedcomDateParser class to handle

English requirements for GEDCOM


svn: r3838
This commit is contained in:
Don Allingham
2004-12-26 18:23:50 +00:00
parent adf91f7efb
commit 0f7d28ddfc
8 changed files with 33 additions and 7 deletions

View File

@@ -53,7 +53,6 @@ from TransTable import TransTable
from gettext import gettext as _
from Utils import for_each_ancestor
_date_parser = DateHandler.create_parser()
#-------------------------------------------------------------------------