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
This commit is contained in:
Malcolm Tredinnick 2007-09-14 06:09:15 +00:00
parent eabb57f6f0
commit 3f030a7472
1 changed files with 0 additions and 11 deletions

View File

@ -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)