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 8cedf04b0a
commit 992beb393e

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