Commit 1e943026 authored by Hanno Schlichting's avatar Hanno Schlichting

Clarify test. We have an instance var called template here.

parent 7ee95f79
......@@ -51,8 +51,6 @@ class LegacyTemplate(BrowserView):
class LegacyTemplateTwo(BrowserView):
template = ViewPageTemplateFile('falcon.pt')
def __init__(self, context, request):
self.__parent__ = context
self.context = context
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment