summaryrefslogtreecommitdiff
path: root/src/zope/traversing/adapters.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/traversing/adapters.py')
-rw-r--r--src/zope/traversing/adapters.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/zope/traversing/adapters.py b/src/zope/traversing/adapters.py
index 69ad836..f47a5c5 100644
--- a/src/zope/traversing/adapters.py
+++ b/src/zope/traversing/adapters.py
@@ -16,15 +16,17 @@ Adapters for the traversing mechanism.
"""
import six
+
import zope.interface
+from zope.location.interfaces import ILocationInfo
+from zope.location.interfaces import LocationError
+from zope.location.traversing import RootPhysicallyLocatable # BBB
-from zope.location.interfaces import ILocationInfo, LocationError
-from zope.traversing.interfaces import ITraversable, ITraverser
+from zope.traversing.interfaces import ITraversable
+from zope.traversing.interfaces import ITraverser
from zope.traversing.namespace import namespaceLookup
from zope.traversing.namespace import nsParse
-from zope.location.traversing import RootPhysicallyLocatable # BBB
-
_marker = object() # opaque marker that doesn't get security proxied