Remove bogus line. There actually *is* a proper options dict coming

from the base class.
parent 5b75667d
......@@ -32,7 +32,6 @@ class ViewPageTemplateFile(zope.app.pagetemplate.ViewPageTemplateFile):
context = super(ViewPageTemplateFile, self).pt_getContext(
instance, request, **kw)
context['modules'] = SecureModuleImporter
context['options'] = ''
return context
# BBB
......
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