Whitespace fix

This commit is contained in:
Tom Christie 2013-09-25 10:36:08 +01:00
parent e441f85109
commit 1bd8fe4152

View File

@ -17,7 +17,7 @@ except ImportError:
import six
# Handle django.utils.encoding rename in 1.5 onwards.
# smart_unicode -> smart_text
# smart_unicode -> smart_text
# force_unicode -> force_text
try:
from django.utils.encoding import smart_text