Author: mtredinnick Date: 2007-09-14 01:09:15 -0500 (Fri, 14 Sep 2007) New Revision: 6170
Removed: django/trunk/django/core/handler.py Log: Removed really obsolete file. I've been informed by reliable sources that this should only affect World Online. Deleted: django/trunk/django/core/handler.py =================================================================== --- django/trunk/django/core/handler.py 2007-09-14 06:05:54 UTC (rev 6169) +++ django/trunk/django/core/handler.py 2007-09-14 06:09:15 UTC (rev 6170) @@ -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) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
