newforms: Removed DEFAULT_ENCODING import from fields.py

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-12-05 19:55:51 +00:00
parent be217bce53
commit a794acbd7a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Field classes
"""
from util import ValidationError, DEFAULT_ENCODING, smart_unicode
from util import ValidationError, smart_unicode
from widgets import TextInput, CheckboxInput, Select, SelectMultiple
import datetime
import re