mirror of https://github.com/django/django.git
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:
parent
eabb57f6f0
commit
3f030a7472
|
@ -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)
|
Loading…
Reference in New Issue