Created
October 13, 2013 18:15
-
-
Save mlalevic/6965494 to your computer and use it in GitHub Desktop.
Function required to expose wsgi handler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def wsgiHandler(): | |
return web.application(urls, globals(), autoreload=False).wsgifunc() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment