[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/ZPTPage - ZPTPage.py:1.11
Jim Fulton
jim@zope.com
Fri, 4 Oct 2002 16:03:37 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/ZPTPage
In directory cvs.zope.org:/tmp/cvs-serv7753/lib/python/Zope/App/OFS/Content/ZPTPage
Modified Files:
ZPTPage.py
Log Message:
Moved the implementation assertion for IAttributeAnnotatable from the
class to the config file. This is more of a configuration assertion
than a design assertion, although the implementation must support
extra attributes.
=== Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/ZPTPage.py 1.10 => 1.11 ===
--- Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/ZPTPage.py:1.10 Wed Sep 18 11:05:50 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/ZPTPage.py Fri Oct 4 16:03:36 2002
@@ -65,8 +65,7 @@
class ZPTPage(AppPT, PageTemplate, Persistent):
# XXX Putting IFileContent at the end gives an error!
- __implements__ = IFileContent, IZPTPage, IRenderZPTPage, \
- IAnnotatable
+ __implements__ = IFileContent, IZPTPage, IRenderZPTPage
def getSource(self):
'''See interface Zope.App.OFS.ZPTPage.ZPTPage.IZPTPage'''