Refactor the CollectionHTTPServer around a wsgi-style request handler.
[jelmer/calypso.git] / wsgi.py
1 from calypso import CalypsoApp
2 application = CalypsoApp()