Skip to content

Instantly share code, notes, and snippets.

@mlalevic
Created October 13, 2013 18:15
Show Gist options
  • Save mlalevic/6965494 to your computer and use it in GitHub Desktop.
Save mlalevic/6965494 to your computer and use it in GitHub Desktop.
Function required to expose wsgi handler
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