MANIFEST.in
README.txt
setup.cfg
setup.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/paster_plugins.txt
Helloworld.egg-info/requires.txt
Helloworld.egg-info/top_level.txt
helloworld/__init__.py
helloworld/websetup.py
helloworld/config/__init__.py
helloworld/config/app_cfg.py
helloworld/config/environment.py
helloworld/config/middleware.py
helloworld/controllers/__init__.py
helloworld/controllers/error.py
helloworld/controllers/root.py
helloworld/controllers/secure.py
helloworld/controllers/template.py
helloworld/i18n/ru/LC_MESSAGES/helloworld.po
helloworld/lib/__init__.py
helloworld/lib/app_globals.py
helloworld/lib/base.py
helloworld/lib/helpers.py
helloworld/model/__init__.py
helloworld/model/auth.py
helloworld/public/favicon.ico
helloworld/public/css/style.css
helloworld/public/images/contentbg.png
helloworld/public/images/error.png
helloworld/public/images/header_inner2.png
helloworld/public/images/headerbg.png
helloworld/public/images/info.png
helloworld/public/images/inputbg.png
helloworld/public/images/loginbg.png
helloworld/public/images/loginbottombg.png
helloworld/public/images/loginheader-left.png
helloworld/public/images/loginheader-right.png
helloworld/public/images/menu-item-actibg-first.png
helloworld/public/images/menu-item-actibg.png
helloworld/public/images/menu-item-border.png
helloworld/public/images/menubg.png
helloworld/public/images/ok.png
helloworld/public/images/pagebg.png
helloworld/public/images/star.png
helloworld/public/images/strype2.png
helloworld/public/images/under_the_hood_blue.png
helloworld/public/images/warning.png
helloworld/templates/__init__.py
helloworld/templates/about.html
helloworld/templates/authentication.html
helloworld/templates/debug.html
helloworld/templates/error.html
helloworld/templates/footer.html
helloworld/templates/header.html
helloworld/templates/index.html
helloworld/templates/login.html
helloworld/templates/master.html
helloworld/templates/sidebars.html
helloworld/tests/__init__.py
helloworld/tests/functional/__init__.py
helloworld/tests/functional/test_authentication.py
helloworld/tests/functional/test_root.py
helloworld/tests/models/__init__.py
helloworld/tests/models/test_auth.py