Skip to content

Instantly share code, notes, and snippets.

Created October 12, 2010 08:47
Show Gist options
  • Save anonymous/621868 to your computer and use it in GitHub Desktop.
Save anonymous/621868 to your computer and use it in GitHub Desktop.
def main():
no2xrun( no2xWsa([
('/', no2xresponse ),
('/error/404.html', no2xError ),
('/.*', no2xGoErr )
], debug=True ))
if __name__ == "__main__":
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment