[Zope3-checkins] CVS: Zope3/lib/python/Zope/PageTemplate - PageTemplate.py:1.7

Steve Alexander steve@cat-box.net
Tue, 22 Oct 2002 11:16:52 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/PageTemplate
In directory cvs.zope.org:/tmp/cvs-serv1096

Modified Files:
	PageTemplate.py 
Log Message:
removed __implements__ assertion, until I work out what it broke!


=== Zope3/lib/python/Zope/PageTemplate/PageTemplate.py 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/PageTemplate/PageTemplate.py:1.6	Tue Oct 22 10:18:41 2002
+++ Zope3/lib/python/Zope/PageTemplate/PageTemplate.py	Tue Oct 22 11:16:52 2002
@@ -63,7 +63,9 @@
         to perform the rendering.
     """
 
-    __implements__ = IMacrosAttribute
+    # XXX this breaks something in the Zope3 views registries.
+    # Temporarily removed. SteveA 2002-10-22
+    #__implements__ = IMacrosAttribute
 
     content_type = 'text/html'
     expand = 1