From 1936f6d3d4e186a7e398df191d6ceb425d5ae917 Mon Sep 17 00:00:00 2001 From: asamoukin Date: Thu, 2 Jul 2009 05:33:17 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D0=BE=D1=80=D1=82=D0=B8=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D0=B9=20=D1=85=D1=80=D0=B0=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.calculate.ru/calculate2/calculate-lib/trunk@1933 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/cl_profile.py b/pym/cl_profile.py index bba505f..fe83371 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -2841,6 +2841,7 @@ class profile(_file, _terms, xmlShare): self.setError (_("not defined Var: ") + "cl_profile_path") return False dirsProfiles = self.objVar.Get("cl_profile_path") + dirsProfiles.sort() if self._servDir: tmpDirsProfiles = [] for dirP in dirsProfiles: