From 9d62782f175ca74768ddc017b6aedae13358ac91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D1=83=D0=BA=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Tue, 30 Mar 2010 15:21:09 +0400 Subject: [PATCH] Bugfix --- pym/cl_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_profile.py b/pym/cl_profile.py index af637d8..54608aa 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -2349,7 +2349,7 @@ class profile(_file, _terms, xmlShare, processingTemplates): self._reTermBloc = re.compile("#\?(?P[a-zA-Z0-9\-_]+)\ (?P\([a-zA-Z0-9_\-\+\,\*\/\.\'\"~]+\))?\ (?P[\>\<\=\!\&\|]+\ -[a-zA-Z0-9\>\<\=\!\|\&\-\+\*\/_\.\,\(\)]*)#\ +[a-zA-Z0-9\>\<\=\!\|\&\-\+\*\/_\.\,\(\)\'\"~]*)#\ \n*(?P.+?)\n*#(?P=rTerm)#(?P[ ,\t]*\n?)",re.M|re.S) # Объект с переменными self.objVar = objVar