Author: jkocherhans Date: 2007-09-25 11:06:35 -0500 (Tue, 25 Sep 2007) New Revision: 6424
Modified: django/branches/newforms-admin/django/contrib/admin/widgets.py Log: newforms-admin: Removed unused import. Modified: django/branches/newforms-admin/django/contrib/admin/widgets.py =================================================================== --- django/branches/newforms-admin/django/contrib/admin/widgets.py 2007-09-25 06:14:01 UTC (rev 6423) +++ django/branches/newforms-admin/django/contrib/admin/widgets.py 2007-09-25 16:06:35 UTC (rev 6424) @@ -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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
