Add 'tools/arvbox/' from commit 'd3d368758db1f4a9fa5b89f77b5ee61d68ef5b72'
[arvados.git] / services / arv-web / sample-wsgi-app / passenger_wsgi.py
1 def application(environ, start_response):
2     start_response('200 OK', [('Content-Type', 'text/plain')])
3     return [b"hello world from python!\n"]