Commit fe2a168f authored by Hanno Schlichting's avatar Hanno Schlichting

Actually move NullResource back into the method scope, to avoid import ordering problems

parent e8151d9c
......@@ -27,7 +27,6 @@ from Acquisition import aq_inner
from Acquisition import aq_parent
from Acquisition.interfaces import IAcquirer
from OFS.interfaces import ITraversable
from webdav.NullResource import NullResource
from zExceptions import NotFound
from ZPublisher.interfaces import UseTraversalDefault
from ZODB.POSException import ConflictError
......@@ -172,6 +171,8 @@ class Traversable:
else:
obj = self
# import time ordering problem
from webdav.NullResource import NullResource
resource = _marker
try:
while path:
......
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