summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2007-09-25 16:06:35 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2007-09-25 16:06:35 +0000
commitf8d672ad2b22aecb2d416d6c1edfa524f4298a79 (patch)
tree9b3c461f2d20fec4c39037c60490e608e58716c8
parentd5da0a5a23fdbcbab46e4965053fc3f9c12f95dd (diff)
newforms-admin: Removed unused import.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6424 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/contrib/admin/widgets.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/admin/widgets.py b/django/contrib/admin/widgets.py
index a6269376ef..057e0e61b4 100644
--- a/django/contrib/admin/widgets.py
+++ b/django/contrib/admin/widgets.py
@@ -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