.gitignore
.travis.yml
CHANGES.rst
COPYRIGHT.txt
LICENSE.txt
MANIFEST.in
README.rst
bootstrap.py
buildout.cfg
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/narr.rst
docs/_build/doctest/output.txt
docs/_build/doctrees/api.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/index.doctree
docs/_build/doctrees/narr.doctree
docs/_build/html/.buildinfo
docs/_build/html/api.html
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/narr.html
docs/_build/html/objects.inv
docs/_build/html/py-modindex.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/_modules/index.html
docs/_build/html/_modules/zope/location/interfaces.html
docs/_build/html/_modules/zope/location/location.html
docs/_build/html/_modules/zope/location/traversing.html
docs/_build/html/_sources/api.txt
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/narr.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/default.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sidebar.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
src/zope/__init__.py
src/zope.location.egg-info/PKG-INFO
src/zope.location.egg-info/SOURCES.txt
src/zope.location.egg-info/dependency_links.txt
src/zope.location.egg-info/namespace_packages.txt
src/zope.location.egg-info/not-zip-safe
src/zope.location.egg-info/requires.txt
src/zope.location.egg-info/top_level.txt
src/zope/location/__init__.py
src/zope/location/_compat.py
src/zope/location/configure.zcml
src/zope/location/interfaces.py
src/zope/location/location.py
src/zope/location/pickling.py
src/zope/location/traversing.py
src/zope/location/tests/__init__.py
src/zope/location/tests/test_configure.py
src/zope/location/tests/test_location.py
src/zope/location/tests/test_pickling.py
src/zope/location/tests/test_traversing.py