projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 6156-hostnames-in-nodes
[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"]