[Zope-Checkins] CVS: Zope/lib/python/OFS - PropertySheets.py:1.87.6.6

Brian Lloyd brian at zope.com
Fri Jan 16 10:21:40 EST 2004


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv14683

Modified Files:
      Tag: Zope-2_6-branch
	PropertySheets.py 
Log Message:
fix 1176


=== Zope/lib/python/OFS/PropertySheets.py 1.87.6.5 => 1.87.6.6 ===
--- Zope/lib/python/OFS/PropertySheets.py:1.87.6.5	Thu Jan  8 15:32:21 2004
+++ Zope/lib/python/OFS/PropertySheets.py	Fri Jan 16 10:21:39 2004
@@ -245,7 +245,7 @@
         # bleah - can't change kw name in api, so use ugly workaround.
         if type(value) == ListType:
             value = tuple(value)
-        setattr(self, id, value)
+        setattr(self.v_self(), id, value)
 
     def _delProperty(self, id):
         # Delete the property with the given id. If a property with the




More information about the Zope-Checkins mailing list