From 59eddc71f9ef1f7b60f66ba90f19764b95e36b30 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Mon, 26 Jan 2004 12:03:23 +0000
Subject: [PATCH] defined a new _setProperty method for ProxyBase

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@334 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5CPS/CPSCorePatch.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5CPS/CPSCorePatch.py b/product/ERP5CPS/CPSCorePatch.py
index d85bef1c555..ac9f3be9f49 100755
--- a/product/ERP5CPS/CPSCorePatch.py
+++ b/product/ERP5CPS/CPSCorePatch.py
@@ -111,6 +111,7 @@ class PatchedProxyBase(ProxyBase):
 
 ProxyBase.getPath = Base.getPath
 ProxyBase.getProperty = Base.getProperty
+ProxyBase._setProperty = Base._setProperty
 ProxyBase._edit = Base._edit
 ProxyBase.asXML = Base.asXML
 ProxyBase._propertyMap = PatchedProxyBase._propertyMap
-- 
2.30.9