Files @ a83a1799480c
Branch filter:

Location: kallithea/pylons_app.egg-info/SOURCES.txt

Marcin Kuzminski
Reimplemented way of caching repos list, hg model now get's repos objects right from cached dict, this way we skipp creating instances of MercurialRepository and gain performance. Some import cleanup
MANIFEST.in
README.txt
setup.cfg
setup.py
pylons_app/__init__.py
pylons_app/websetup.py
pylons_app.egg-info/PKG-INFO
pylons_app.egg-info/SOURCES.txt
pylons_app.egg-info/dependency_links.txt
pylons_app.egg-info/entry_points.txt
pylons_app.egg-info/not-zip-safe
pylons_app.egg-info/paster_plugins.txt
pylons_app.egg-info/requires.txt
pylons_app.egg-info/top_level.txt
pylons_app/config/__init__.py
pylons_app/config/deployment.ini_tmpl
pylons_app/config/environment.py
pylons_app/config/middleware.py
pylons_app/config/routing.py
pylons_app/controllers/__init__.py
pylons_app/controllers/error.py
pylons_app/lib/__init__.py
pylons_app/lib/app_globals.py
pylons_app/lib/base.py
pylons_app/lib/helpers.py
pylons_app/model/__init__.py
pylons_app/public/bg.png
pylons_app/public/favicon.ico
pylons_app/public/index.html
pylons_app/public/pylons-logo.gif
pylons_app/tests/__init__.py
pylons_app/tests/test_models.py
pylons_app/tests/functional/__init__.py