From d490921bd549afa33b1ab5553f536429aed813e1 Mon Sep 17 00:00:00 2001 From: asamoukin Date: Tue, 30 Jun 2009 08:17:40 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20?= =?UTF-8?q?=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=20=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8?= =?UTF-8?q?=D0=BB=D1=8F=20=D1=82=D0=B8=D0=BF=D0=B0=20plazma,=20=D0=B2=20?= =?UTF-8?q?=D1=81=D0=BB=D1=83=D1=87=D0=B0=D0=B5=20=D0=BE=D1=82=D1=81=D1=83?= =?UTF-8?q?=D1=82=D1=81=D0=B2=D0=B8=D1=8F=20=D1=8D=D0=BB=D0=B5=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=D0=B0=20-=20=D1=8D=D0=BB=D0=B5=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F=D0=B5=D1=82?= =?UTF-8?q?=D1=81=D1=8F?= 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@1896 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_profile.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pym/cl_profile.py b/pym/cl_profile.py index 9332e0b..fbc5e37 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -5191,7 +5191,7 @@ class xmlDocPlasma: # Добавляем область if nodesNewArea: newAreaAction = self.getActionArea(xmlNewArea) - if not (newAreaAction == "drop" or newAreaAction == "replace"): + if not (newAreaAction == "drop"): appendArea(baseNode, xmlNewArea) return True if not nodesNames or not nodesNewArea: @@ -5257,8 +5257,7 @@ class xmlDocPlasma: if not flagFindArea: # Добавляем область - if not (newAreaAction == "drop" or\ - newAreaAction == "replace"): + if not (newAreaAction == "drop"): appendArea(baseNode, xmlNewArea) else: tmpXmlNewAreas = xpath.Evaluate('child::area',xmlNewArea)