* src/DateDisplay.py: use locale.nl_langinfo to get month

names without manual encoding
* src/DateParser.py: use locale.nl_langinfo to get month
names without manual encoding


svn: r3550
This commit is contained in:
Don Allingham
2004-09-17 23:52:09 +00:00
parent a32207e5c5
commit 9c8e337e96
4 changed files with 104 additions and 113 deletions

View File

@ -28,7 +28,6 @@ def create_parser():
try:
return _lang_to_parser[_lang]()
except:
print "not found"
return DateParser.DateParser()
def create_display():