Commit a78dc107 authored by Chris McDonough's avatar Chris McDonough

Merged Jim's change to __init__ to change self to self.__of__(container) into trunk.

parent 731e2e8a
......@@ -224,6 +224,8 @@ class ZCatalog(Folder, Persistent, Implicit):
_v_transaction = None
def __init__(self, id, title='', vocab_id=None, container=None):
self=self.__of__(container)
self.id=id
self.title=title
......
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