From 7e3abb4c3550bce885a7244d057982fd4bdfd1a0 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Wed, 11 Jan 2006 21:46:32 +0000 Subject: [PATCH] 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 --- tests/othertests/httpwrappers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/othertests/httpwrappers.py b/tests/othertests/httpwrappers.py index e3aa7c4e42..385c3048d9 100644 --- a/tests/othertests/httpwrappers.py +++ b/tests/othertests/httpwrappers.py @@ -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