Commit 34ebd58c authored by Tres Seaver's avatar Tres Seaver

Avoid punning the name 'ZopeEngine'.

parent 780650a1
......@@ -32,7 +32,7 @@ from zope.tales.pythonexpr import PythonExpr
from zope.traversing.interfaces import ITraversable
from zope.traversing.adapters import traversePathElement
from zope.proxy import removeAllProxies
from zope.app.pagetemplate.engine import ZopeEngine
from zope.app.pagetemplate.engine import ZopeEngine as Z3Engine
import OFS.interfaces
from MultiMapping import MultiMapping
......@@ -254,7 +254,7 @@ class ErrorInfo(BaseErrorInfo):
"""
__allow_access_to_unprotected_subobjects__ = True
class ZopeEngine(ZopeEngine):
class ZopeEngine(Z3Engine):
_create_context = ZopeContext
......
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