Commit 876c3474 authored by Shane Hathaway's avatar Shane Hathaway

Added getOwner(), required of all objects that go on the security context

stack, to the new DTMLFile.
parent 4a5a759c
......@@ -155,6 +155,13 @@ class DTMLFile(Bindings, Explicit, HTMLFile):
apply(DTMLFile.inheritedAttribute('__init__'),
(self, name, _prefix), kw)
def getOwner(self, info=0):
'''
This method is required of all objects that go into
the security context stack.
'''
return None
def _exec(self, bound_data, args, kw):
# Cook if we haven't already
self._cook_check()
......
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