diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-01-23 20:33:27 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-01-23 20:33:27 +0000 |
| commit | 03dd1cedf61383f25b623c157459e4ffcc037822 (patch) | |
| tree | 60a71062fd739745949d15fe55c35265cf913533 | |
| parent | 6cf4059eada7e681f35dc4b6d09e067298f2a9e9 (diff) | |
newforms-admin: Removed unnecessary import
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4407 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 15ccaf14a5..e3f3e63c94 100644 --- a/django/contrib/admin/widgets.py +++ b/django/contrib/admin/widgets.py @@ -3,7 +3,6 @@ Form Widget classes specific to the Django admin site. """ from django import newforms as forms -import datetime class FilteredSelectMultiple(forms.SelectMultiple): """ |
