diff options
Diffstat (limited to 'rest_framework/tests/settings.py')
| -rw-r--r-- | rest_framework/tests/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rest_framework/tests/settings.py b/rest_framework/tests/settings.py index 0293fdc3..857375c2 100644 --- a/rest_framework/tests/settings.py +++ b/rest_framework/tests/settings.py @@ -1,4 +1,5 @@ """Tests for the settings module""" +from __future__ import unicode_literals from django.test import TestCase from rest_framework.settings import APISettings, DEFAULTS, IMPORT_STRINGS |
