branch | tls-sprint |
changeset 728 | a95b284150d1 |
parent 692 | 800592b8d39b |
child 843 | 5676811ef760 |
--- a/common/mixins.py Tue Feb 17 23:46:48 2009 +0100 +++ b/common/mixins.py Tue Feb 17 23:47:23 2009 +0100 @@ -315,7 +315,7 @@ """a recursive tree view""" id = 'tree' item_vid = 'treeitem' - __selectors__ = implements(ITree) + __select__ = implements(ITree) def call(self, done=None, **kwargs): if done is None: