diff options
Diffstat (limited to 'tests/urls.py')
| -rw-r--r-- | tests/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/urls.py b/tests/urls.py index 326c61a..9c24c1e 100644 --- a/tests/urls.py +++ b/tests/urls.py @@ -5,6 +5,8 @@ These should not be loaded explicitly; the debug toolbar middleware will patch this into the urlconf for the request. """ +from __future__ import unicode_literals + from django.conf.urls import patterns, url from django.contrib import admin |
