From 5e43c11a0b57369b9b033977c0e743e97dd9f4ac Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Wed, 20 Jun 2012 08:44:31 +0400 Subject: [PATCH] Change lang domain for cl_distr --- pym/cl_distr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_distr.py b/pym/cl_distr.py index 220fac7..572e9dd 100644 --- a/pym/cl_distr.py +++ b/pym/cl_distr.py @@ -38,7 +38,7 @@ import threading from cl_lang import lang tr = lang() -tr.setLocalDomain('cl_install') +tr.setLocalDomain('cl_lib') tr.setLanguage(sys.modules[__name__]) class SignalInterrupt: