.coveragerc
LICENSE
MANIFEST.in
README.rst
impall.py
requirements.txt
setup.cfg
setup.py
tox.ini
impall.egg-info/PKG-INFO
impall.egg-info/SOURCES.txt
impall.egg-info/dependency_links.txt
impall.egg-info/top_level.txt
test/__init__.py
test/bad_import.py
test/test_impall.py
test/edge/single.py
test/edge/deep/one/two/__init__.py
test/edge/deep/one/two/three/__init__.py
test/edge/deep/one/two/three/four/__init__.py
test/edge/deep/one/two/three/four/five/__init__.py
test/edge/deep/one/two/three/four/five/six.py
test/edge/edge/__init__.py
test/edge/edge/__main__.py
test/edge/edge/maybe.py
test/edge/edge/no.py
test/edge/edge/ok.py
test/edge/edge/sure.py
test/edge/edge/yes.py
test/edge/edge/sub/__init__.py
test/edge/edge/sub/one.py
test/edge/edge/sub2/__init__.py
test/edge/edge/sub2/one.py
test/edge/edge/sub2/sub/__init__.py
test/edge/edge/sub2/sub/two.py
test/sub/bar/__init__.py
test/sub/bar/failure.py
test/sub/foo/__init__.py