view pylons_app.egg-info/SOURCES.txt @ 421:cbfb853a0a4c

fixed bug when author had " in name, thus breaking the javascript data format small fix to css for commit messages, and fixed a bug when message had some special chars that caused unicodeDecode error
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 23 Aug 2010 21:39:17 +0200
parents 564e40829f80
children
line wrap: on
line source

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