1
0
mirror of https://github.com/django/django.git synced 2025-07-04 01:39:20 +00:00

newforms-admin: Removed unused import.

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6424 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Joseph Kocherhans 2007-09-25 16:06:35 +00:00
parent d5da0a5a23
commit f8d672ad2b

View File

@ -1,7 +1,6 @@
"""
Form Widget classes specific to the Django admin site.
"""
import copy
from django import newforms as forms
from django.utils.datastructures import MultiValueDict