diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-10-21 14:57:05 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-10-21 14:57:05 +0000 |
| commit | c64a6c98c49ab8f45ee50daa2cfefccf96dd3716 (patch) | |
| tree | 6347129f51d91c65b6e35518014b04c37c4a4548 | |
| parent | 1671fc48ab9f1c73ef04a10f0eb9e1f8452cd004 (diff) | |
Removed unwanted import that snuck into [6578].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/newforms/widgets.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/newforms/widgets.py b/django/newforms/widgets.py index 6364a28897..c3e4b09d93 100644 --- a/django/newforms/widgets.py +++ b/django/newforms/widgets.py @@ -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 |
