MANIFEST.in
README.txt
setup.cfg
setup.py
helloworld/__init__.py
helloworld/websetup.py
helloworld.egg-info/PKG-INFO
helloworld.egg-info/SOURCES.txt
helloworld.egg-info/dependency_links.txt
helloworld.egg-info/entry_points.txt
helloworld.egg-info/not-zip-safe
helloworld.egg-info/paster_plugins.txt
helloworld.egg-info/requires.txt
helloworld.egg-info/top_level.txt
helloworld/config/__init__.py
helloworld/config/deployment.ini_tmpl
helloworld/config/environment.py
helloworld/config/middleware.py
helloworld/config/routing.py
helloworld/controllers/__init__.py
helloworld/controllers/error.py
helloworld/controllers/hello.py
helloworld/lib/__init__.py
helloworld/lib/app_globals.py
helloworld/lib/base.py
helloworld/lib/helpers.py
helloworld/model/__init__.py
helloworld/public/Thumbs.db
helloworld/public/bg.png
helloworld/public/favicon.ico
helloworld/public/index.html
helloworld/public/pylons-logo.gif
helloworld/tests/__init__.py
helloworld/tests/test_models.py
helloworld/tests/functional/__init__.py
helloworld/tests/functional/test_hello.py