reverted change

This commit is contained in:
Andreas Preikschat 2013-07-15 20:06:45 +02:00
parent ad715fec29
commit 0512b74f32

View File

@ -385,7 +385,7 @@ def get_locale_key(string):
if os.name == 'nt':
global ICU_COLLATOR
if ICU_COLLATOR is None:
from .languagemanager import LanguageManager
from languagemanager import LanguageManager
language = LanguageManager.get_language()
icu_locale = icu.Locale(language)
ICU_COLLATOR = icu.Collator.createInstance(icu_locale)