diff options
Diffstat (limited to 'rest_framework/tests/status.py')
| -rw-r--r-- | rest_framework/tests/status.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rest_framework/tests/status.py b/rest_framework/tests/status.py index 30df5cef..c0d11b5f 100644 --- a/rest_framework/tests/status.py +++ b/rest_framework/tests/status.py @@ -1,4 +1,5 @@ """Tests for the status module""" +from __future__ import unicode_literals from django.test import TestCase from rest_framework import status |
