summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-09-14 06:09:15 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-09-14 06:09:15 +0000
commit3f030a747267b0d73fb3cf5e0dff0bdae40e9653 (patch)
tree4172bc303d37ae24285f3c9aaf0e9a9bca94aa82
parenteabb57f6f089bbd3c528eddc93ad61829afb5d7a (diff)
Removed really obsolete file. I've been informed by reliable sources that this should only affect World Online.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-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)