removing controller/serializer code from wsgi.py; updating other code to use new modules

This commit is contained in:
Brian Waldon
2011-05-18 20:33:25 -04:00
parent 5e722ea7b9
commit cfd58f5d58
15 changed files with 147 additions and 427 deletions

View File

@@ -81,7 +81,7 @@ class S3Application(wsgi.Router):
super(S3Application, self).__init__(mapper)
class BaseRequestHandler(wsgi.Controller):
class BaseRequestHandler(object):
"""Base class emulating Tornado's web framework pattern in WSGI.
This is a direct port of Tornado's implementation, so some key decisions