2006-05-14 Don Allingham <don@gramps-project.org>
* src/DateHandler/__init__.py: import DateParser and DateDisplay * src/DataViews/_PersonView.py: default gender filter to "any" * configure.in: bump up to 2.1.2 svn: r6659
This commit is contained in:
@@ -28,6 +28,9 @@ Class handling language-specific selection for date parser and displayer.
|
||||
from _DateHandler import _lang, _lang_short, \
|
||||
_lang_to_parser, _lang_to_display, register_datehandler
|
||||
|
||||
from _DateDisplay import DateDisplay
|
||||
from _DateParser import DateParser
|
||||
|
||||
# Import all the localized handlers
|
||||
import _Date_de
|
||||
import _Date_es
|
||||
|
||||
Reference in New Issue
Block a user