magic-removal: Updated tests to reflect new location of django.utils.httpwrappers

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1915 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Joseph Kocherhans 2006-01-11 21:46:32 +00:00
parent 36566e0ab1
commit 7e3abb4c35
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ AttributeError: This QueryDict instance is immutable
"""
from django.utils.httpwrappers import QueryDict
from django.http import QueryDict
if __name__ == "__main__":
import doctest