[ZWeb] CVS: Products/ZWiki - SubscriberList.py:1.6
Ken Manheimer
klm@zope.com
Thu, 13 Dec 2001 19:31:53 -0500
Update of /cvs-zopeorg/Products/ZWiki
In directory cvs.zope.org:/tmp/cvs-serv22889
Modified Files:
SubscriberList.py
Log Message:
It doesn't make sense to expose _subscribers as a property.
=== Products/ZWiki/SubscriberList.py 1.5 => 1.6 ===
# NB this will hide the folder's subscribers property
- _properties=(
- {'id':'subscribers', 'type': 'lines', 'mode': 'w'},
- )
-
def _resetSubscribers(self, container=0):
"""
Clear this page's subscriber list.