Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[arvados.git] / apps / arv-web / sample-wsgi-app / static / git-logo.png
diff --git a/sample-wsgi-app/passenger_wsgi.py b/sample-wsgi-app/passenger_wsgi.py
deleted file mode 100644 (file)
index ea918f0..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-def application(environ, start_response):
-    start_response('200 OK', [('Content-Type', 'text/plain')])
-    return [b"hello world from python!\n"]