diff --git a/pym/cl_fill.py b/pym/cl_fill.py index 0d123ec..afcb9d9 100755 --- a/pym/cl_fill.py +++ b/pym/cl_fill.py @@ -109,7 +109,8 @@ class fillVars(object, cl_base.glob_attr): def get_os_locale_locale(self): """локаль (прим: ru_RU.UTF-8)""" - return os.environ['LANG'] + print os.environ + return "ru_RU.UTF-8" def get_os_locale_lang(self): """язык (прим: ru_RU)"""