Commit 780650a1 authored by Tres Seaver's avatar Tres Seaver

Use non-extended import style.

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