Index: third_party/google-endpoints/dogpile.cache-0.6.2-py2.7.egg-info/SOURCES.txt |
diff --git a/third_party/google-endpoints/dogpile.cache-0.6.2-py2.7.egg-info/SOURCES.txt b/third_party/google-endpoints/dogpile.cache-0.6.2-py2.7.egg-info/SOURCES.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e4df0b2c7e82371b46fdb8967b78658b10900716 |
--- /dev/null |
+++ b/third_party/google-endpoints/dogpile.cache-0.6.2-py2.7.egg-info/SOURCES.txt |
@@ -0,0 +1,106 @@ |
+LICENSE |
+MANIFEST.in |
+README.rst |
+hash_port.py |
+log_tests.ini |
+setup.cfg |
+setup.py |
+tox.ini |
+docs/api.html |
+docs/changelog.html |
+docs/core_usage.html |
+docs/front.html |
+docs/genindex.html |
+docs/index.html |
+docs/py-modindex.html |
+docs/recipes.html |
+docs/search.html |
+docs/searchindex.js |
+docs/usage.html |
+docs/_sources/api.txt |
+docs/_sources/changelog.txt |
+docs/_sources/core_usage.txt |
+docs/_sources/front.txt |
+docs/_sources/index.txt |
+docs/_sources/recipes.txt |
+docs/_sources/usage.txt |
+docs/_static/basic.css |
+docs/_static/changelog.css |
+docs/_static/comment-bright.png |
+docs/_static/comment-close.png |
+docs/_static/comment.png |
+docs/_static/doctools.js |
+docs/_static/down-pressed.png |
+docs/_static/down.png |
+docs/_static/file.png |
+docs/_static/jquery-1.11.1.js |
+docs/_static/jquery.js |
+docs/_static/minus.png |
+docs/_static/nature.css |
+docs/_static/plus.png |
+docs/_static/pygments.css |
+docs/_static/searchtools.js |
+docs/_static/sphinx_paramlinks.css |
+docs/_static/underscore-1.3.1.js |
+docs/_static/underscore.js |
+docs/_static/up-pressed.png |
+docs/_static/up.png |
+docs/_static/websupport.js |
+docs/build/Makefile |
+docs/build/api.rst |
+docs/build/builder.py |
+docs/build/changelog.rst |
+docs/build/conf.py |
+docs/build/core_usage.rst |
+docs/build/front.rst |
+docs/build/index.rst |
+docs/build/recipes.rst |
+docs/build/requirements.txt |
+docs/build/usage.rst |
+dogpile/__init__.py |
+dogpile/core.py |
+dogpile/lock.py |
+dogpile.cache.egg-info/PKG-INFO |
+dogpile.cache.egg-info/SOURCES.txt |
+dogpile.cache.egg-info/dependency_links.txt |
+dogpile.cache.egg-info/entry_points.txt |
+dogpile.cache.egg-info/not-zip-safe |
+dogpile.cache.egg-info/top_level.txt |
+dogpile/cache/__init__.py |
+dogpile/cache/api.py |
+dogpile/cache/exception.py |
+dogpile/cache/proxy.py |
+dogpile/cache/region.py |
+dogpile/cache/util.py |
+dogpile/cache/backends/__init__.py |
+dogpile/cache/backends/file.py |
+dogpile/cache/backends/memcached.py |
+dogpile/cache/backends/memory.py |
+dogpile/cache/backends/null.py |
+dogpile/cache/backends/redis.py |
+dogpile/cache/plugins/__init__.py |
+dogpile/cache/plugins/mako_cache.py |
+dogpile/util/__init__.py |
+dogpile/util/compat.py |
+dogpile/util/langhelpers.py |
+dogpile/util/nameregistry.py |
+dogpile/util/readwrite_lock.py |
+tests/__init__.py |
+tests/conftest.py |
+tests/test_backgrounding.py |
+tests/test_lock.py |
+tests/test_utils.py |
+tests/cache/__init__.py |
+tests/cache/_fixtures.py |
+tests/cache/test_dbm_backend.py |
+tests/cache/test_decorator.py |
+tests/cache/test_mako.py |
+tests/cache/test_memcached_backend.py |
+tests/cache/test_memory_backend.py |
+tests/cache/test_null_backend.py |
+tests/cache/test_redis_backend.py |
+tests/cache/test_region.py |
+tests/cache/plugins/__init__.py |
+tests/cache/plugins/test_mako_cache.py |
+tests/util/__init__.py |
+tests/util/test_nameregistry.py |