1
0
mirror of https://github.com/django/django.git synced 2025-04-01 12:06:43 +00:00

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

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