summaryrefslogtreecommitdiff
path: root/tests/wsgi/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wsgi/wsgi.py')
-rw-r--r--tests/wsgi/wsgi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/wsgi/wsgi.py b/tests/wsgi/wsgi.py
new file mode 100644
index 0000000000..400457f152
--- /dev/null
+++ b/tests/wsgi/wsgi.py
@@ -0,0 +1,2 @@
+# This is just to test finding, it doesn't have to be a real WSGI callable
+application = object()