Skip to content

Commit

Permalink
Merged Jim's change to __init__ to change self to self.__of__(contain…
Browse files Browse the repository at this point in the history
…er) into trunk.
  • Loading branch information
mcdonc committed Mar 21, 2001
1 parent 45dcdfa commit ce0a44d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ZCatalog.py
Expand Up @@ -224,6 +224,8 @@ class is that it is not Zope specific. You can use it in any
_v_transaction = None

def __init__(self, id, title='', vocab_id=None, container=None):
self=self.__of__(container)

self.id=id
self.title=title

Expand Down

0 comments on commit ce0a44d

Please sign in to comment.