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:
parent
1671fc48ab
commit
c64a6c98c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue