Commit 01382676 authored by Tres Seaver's avatar Tres Seaver

Fix the busted 'aqlegacy_ftest' doctests, by ensuring that the dummy Implicit...

Fix the busted 'aqlegacy_ftest' doctests, by ensuring that the dummy Implicit view base class doesn't acquire 'index_html'.
parent 48485166
......@@ -71,6 +71,7 @@ class ExplicitWithTemplate(Acquisition.Explicit):
class Implicit(Acquisition.Implicit):
index_html = None # we don't want to acquire this!
def render(self):
return 'Implicit'
......
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