Commit 9f59b688 authored by Ken Manheimer's avatar Ken Manheimer

Added missing __dict__.

parent 1e40bbb9
......@@ -232,7 +232,7 @@ class ZClass(OFS.SimpleItem.SimpleItem):
self._zclass_=copy._zclass_
copy._zclass_propertysheets_class.__dict__.update(
self._zclass_propertysheets_class)
self._zclass_propertysheets_class.__dict__)
get_transaction().register(
copy._zclass_propertysheets_class)
self._p_jar.exchange(self._zclass_propertysheets_class,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment