Fixed #5077 -- django/utils/encoding.py no longer imports settings, as it doesn't use that module. Thanks, Collin Grady

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-08-06 05:06:15 +00:00
parent e301d8992c
commit 56a75a2a4e
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import types
import urllib
from django.conf import settings
from django.utils.functional import Promise
class StrAndUnicode(object):