Author: mtredinnick
Date: 2007-10-21 09:57:05 -0500 (Sun, 21 Oct 2007)
New Revision: 6579
Modified:
django/trunk/django/newforms/widgets.py
Log:
Removed unwanted import that snuck into [6578].
Modified: django/trunk/django/newforms/widgets.py
===================================================================
--- django/trunk/django/newforms/widgets.py 2007-10-21 14:50:47 UTC (rev
6578)
+++ django/trunk/django/newforms/widgets.py 2007-10-21 14:57:05 UTC (rev
6579)
@@ -8,7 +8,6 @@
from sets import Set as set # Python 2.3 fallback
import copy
-import datetime
from itertools import chain
from django.utils.datastructures import MultiValueDict
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---