Make sort locale tweak work with new icu.py

This commit is contained in:
Charles Haley 2010-12-04 20:45:17 +00:00
parent 869927855c
commit 2fe5c21da8

View File

@ -9,6 +9,7 @@ __docformat__ = 'restructuredtext en'
from functools import partial
from calibre.constants import plugins
from calibre.utils.config import tweaks
_icu = _collator = None
_locale = None