Disables PyICU use for now until proper localization is implemented.

Fixes #52
This commit is contained in:
Manuel Ebert 2013-05-08 10:08:48 -07:00
parent fde308e4ba
commit 0bf2354bc2

View file

@ -49,7 +49,7 @@ class Journal(object):
self.config.update(kwargs)
# Set up date parser
consts = pdt.Constants()
consts = pdt.Constants(usePyICU=False)
consts.DOWParseStyle = -1 # "Monday" will be either today or the last Monday
self.dateparse = pdt.Calendar(consts)
self.key = None # used to decrypt and encrypt the journal