summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/django/core/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/site-packages/django/core/wsgi.py')
-rw-r--r--lib/python2.7/site-packages/django/core/wsgi.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/python2.7/site-packages/django/core/wsgi.py b/lib/python2.7/site-packages/django/core/wsgi.py
deleted file mode 100644
index edea333..0000000
--- a/lib/python2.7/site-packages/django/core/wsgi.py
+++ /dev/null
@@ -1,13 +0,0 @@
-from django.core.handlers.wsgi import WSGIHandler
-
-
-def get_wsgi_application():
- """
- The public interface to Django's WSGI support. Should return a WSGI
- callable.
-
- Allows us to avoid making django.core.handlers.WSGIHandler public API, in
- case the internal WSGI implementation changes or moves in the future.
-
- """
- return WSGIHandler()