Commit 1bd8fe41 by Tom Christie

Whitespace fix

parent e441f851
...@@ -17,7 +17,7 @@ except ImportError: ...@@ -17,7 +17,7 @@ except ImportError:
import six import six
# Handle django.utils.encoding rename in 1.5 onwards. # Handle django.utils.encoding rename in 1.5 onwards.
# smart_unicode -> smart_text # smart_unicode -> smart_text
# force_unicode -> force_text # force_unicode -> force_text
try: try:
from django.utils.encoding import smart_text from django.utils.encoding import smart_text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment