summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/core/handler.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/django/core/handler.py b/django/core/handler.py
deleted file mode 100644
index 039406722b..0000000000
--- a/django/core/handler.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# This module is DEPRECATED!
-#
-# You should no longer be pointing your mod_python configuration
-# at "django.core.handler".
-#
-# Use "django.core.handlers.modpython" instead.
-
-from django.core.handlers.modpython import ModPythonHandler
-
-def handler(req):
- return ModPythonHandler()(req)