diff options
| author | Tom Christie | 2013-09-25 10:36:08 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-09-25 10:36:08 +0100 | 
| commit | 1bd8fe415296739521fd2e75c0b604cbf3dd3a83 (patch) | |
| tree | c62d9910ec6d5a6b543aa20393d5d13c90fe4fc5 /rest_framework/compat.py | |
| parent | e441f85109e64345a12e65062fc0e51c5787e67f (diff) | |
| download | django-rest-framework-1bd8fe415296739521fd2e75c0b604cbf3dd3a83.tar.bz2 | |
Whitespace fix
Diffstat (limited to 'rest_framework/compat.py')
| -rw-r--r-- | rest_framework/compat.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rest_framework/compat.py b/rest_framework/compat.py index f048b10a..efd2581f 100644 --- a/rest_framework/compat.py +++ b/rest_framework/compat.py @@ -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 | 
