Author: adrian
Date: 2007-01-23 14:33:27 -0600 (Tue, 23 Jan 2007)
New Revision: 4407
Modified:
django/branches/newforms-admin/django/contrib/admin/widgets.py
Log:
newforms-admin: Removed unnecessary import
Modified: django/branches/newforms-admin/django/contrib/admin/widgets.py
===================================================================
--- django/branches/newforms-admin/django/contrib/admin/widgets.py
2007-01-23 20:33:19 UTC (rev 4406)
+++ django/branches/newforms-admin/django/contrib/admin/widgets.py
2007-01-23 20:33:27 UTC (rev 4407)
@@ -3,7 +3,6 @@
"""
from django import newforms as forms
-import datetime
class FilteredSelectMultiple(forms.SelectMultiple):
"""
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---