magic-removal: Fixed typo in handlers.modpython

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2006-01-28 19:41:29 +00:00
parent 7e0ba90442
commit 3127e3befb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from django.core.handlers.base import BaseHandler
from django.core import signals from django.core import signals
from django.dispatch import dispatcher from django.dispatch import dispatcher
from django.utils import datastructures from django.utils import datastructures
from djang import http from django import http
from pprint import pformat from pprint import pformat
import os import os