1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

newforms-admin: Removed unnecessary import from admin widgets.py file

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4431 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-01-25 18:52:17 +00:00
parent 39e63513a8
commit f2d2c64b97

View File

@ -3,7 +3,6 @@ Form Widget classes specific to the Django admin site.
"""
from django import newforms as forms
from django.newforms.util import smart_unicode
from django.utils.text import capfirst
class FilteredSelectMultiple(forms.SelectMultiple):