[Zope-Checkins]
SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.py
Clarify test. We have an instance var called template here.
Hanno Schlichting
plone at hannosch.info
Tue Apr 15 17:26:36 EDT 2008
Log message for revision 85390:
Clarify test. We have an instance var called template here.
Changed:
U Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.py
-=-
Modified: Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.py
===================================================================
--- Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.py 2008-04-15 21:21:41 UTC (rev 85389)
+++ Zope/branches/philikon-aq/lib/python/Products/Five/browser/tests/aqlegacy.py 2008-04-15 21:26:35 UTC (rev 85390)
@@ -51,8 +51,6 @@
class LegacyTemplateTwo(BrowserView):
- template = ViewPageTemplateFile('falcon.pt')
-
def __init__(self, context, request):
self.__parent__ = context
self.context = context
More information about the Zope-Checkins
mailing list