From 43920cd32e24eb293b445028c7710b42f9abc7c4 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 13 Oct 2011 12:53:02 +0000 Subject: Remove a handful of `import *` from the tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16973 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/utils/datastructures.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/regressiontests/utils') diff --git a/tests/regressiontests/utils/datastructures.py b/tests/regressiontests/utils/datastructures.py index d86a3c8fb8..aaac9ba477 100644 --- a/tests/regressiontests/utils/datastructures.py +++ b/tests/regressiontests/utils/datastructures.py @@ -6,7 +6,8 @@ import copy import pickle from django.test import SimpleTestCase -from django.utils.datastructures import * +from django.utils.datastructures import (DictWrapper, DotExpandedDict, + ImmutableList, MultiValueDict, MultiValueDictKeyError, MergeDict, SortedDict) class SortedDictTests(SimpleTestCase): -- cgit v1.3