First Commit, Default Pylons Install
authorRicardo Velhote <rvelhote@gmail.com>
Wed, 3 Jun 2009 19:08:21 +0000 (20:08 +0100)
committerRicardo Velhote <rvelhote@gmail.com>
Wed, 3 Jun 2009 19:08:21 +0000 (20:08 +0100)
commit92a9a845835b139bed3fff4075e9ed70e6d8b13e
tree92aeca1b5da27b27892e5134d77cc7a5764d56f4
First Commit, Default Pylons Install
37 files changed:
MANIFEST.in [new file with mode: 0644]
README.txt [new file with mode: 0644]
development.ini [new file with mode: 0644]
docs/index.txt [new file with mode: 0644]
ez_setup.py [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
swat.egg-info/PKG-INFO [new file with mode: 0644]
swat.egg-info/SOURCES.txt [new file with mode: 0644]
swat.egg-info/dependency_links.txt [new file with mode: 0644]
swat.egg-info/entry_points.txt [new file with mode: 0644]
swat.egg-info/not-zip-safe [new file with mode: 0644]
swat.egg-info/paster_plugins.txt [new file with mode: 0644]
swat.egg-info/requires.txt [new file with mode: 0644]
swat.egg-info/top_level.txt [new file with mode: 0644]
swat/__init__.py [new file with mode: 0644]
swat/config/__init__.py [new file with mode: 0644]
swat/config/deployment.ini_tmpl [new file with mode: 0644]
swat/config/environment.py [new file with mode: 0644]
swat/config/middleware.py [new file with mode: 0644]
swat/config/routing.py [new file with mode: 0644]
swat/controllers/__init__.py [new file with mode: 0644]
swat/controllers/error.py [new file with mode: 0644]
swat/lib/__init__.py [new file with mode: 0644]
swat/lib/app_globals.py [new file with mode: 0644]
swat/lib/base.py [new file with mode: 0644]
swat/lib/helpers.py [new file with mode: 0644]
swat/model/__init__.py [new file with mode: 0644]
swat/public/bg.png [new file with mode: 0644]
swat/public/favicon.ico [new file with mode: 0644]
swat/public/index.html [new file with mode: 0644]
swat/public/pylons-logo.gif [new file with mode: 0644]
swat/tests/__init__.py [new file with mode: 0644]
swat/tests/functional/__init__.py [new file with mode: 0644]
swat/tests/test_models.py [new file with mode: 0644]
swat/websetup.py [new file with mode: 0644]
test.ini [new file with mode: 0644]