From 7d15c68adb41c8c08c74a8da50e788ba11528221 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Tue, 29 Jul 2014 13:30:40 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/variables/update.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update/variables/update.py b/update/variables/update.py index a53d1fa..7e08da9 100644 --- a/update/variables/update.py +++ b/update/variables/update.py @@ -31,10 +31,10 @@ from calculate.update.package_tools import Git, GitError, Layman from calculate.update.profile import RepositoryStorageSet, DEFAULT_BRANCH from calculate.lib.variables.linux import VariableOsLinuxName, \ - VariableOsLinuxSubname, VariableOsLinuxVer + VariableOsLinuxSubname, VariableOsLinuxVer, VariableOsLinuxShortname -setLocalTranslate('cl_update3',sys.modules[__name__]) +setLocalTranslate('cl_update3', sys.modules[__name__]) class VariableAcUpdateSync(ReadonlyVariable): """ @@ -842,6 +842,7 @@ class DataVarsUpdateProfile(SimpleDataVars): def __init__(self, profile): SimpleDataVars.__init__(self, VariableOsLinuxName(), + VariableOsLinuxShortname(), VariableOsLinuxSubname(), VariableOsLinuxVer(), VariableClUpdateRepData(section="update"),