Removed unwanted import that snuck into [6578].

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-10-21 14:57:05 +00:00
parent 1671fc48ab
commit c64a6c98c4
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ except NameError:
from sets import Set as set # Python 2.3 fallback
import copy
import datetime
from itertools import chain
from django.utils.datastructures import MultiValueDict