==================
- Add ``nti.app.pyramid_zope.traversal.ZopeResourceTreeTraverser``, a
Pyramid ``ITraverser`` that uses the ``zope.traversing`` machinery,
including path adapters and namespaces.
- Make ``configure.zcml`` register the standard traversing adapters
which accept a Pyramid ``IRequest`` object. This goes hand-in-hand
with using the ``ZopeResourceTreeTraverser``. These are the same
namespaces that would be registered by ``zope.traversing`` for the
Zope request (with the exception of the ``attribute`` namespace).