diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-09-25 16:06:35 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-09-25 16:06:35 +0000 |
| commit | f8d672ad2b22aecb2d416d6c1edfa524f4298a79 (patch) | |
| tree | 9b3c461f2d20fec4c39037c60490e608e58716c8 | |
| parent | d5da0a5a23fdbcbab46e4965053fc3f9c12f95dd (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.py | 1 |
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 |
