From 3f030a747267b0d73fb3cf5e0dff0bdae40e9653 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Fri, 14 Sep 2007 06:09:15 +0000 Subject: [PATCH] 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 --- django/core/handler.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 django/core/handler.py 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)