diff options
Diffstat (limited to 'rest_framework/routers.py')
| -rw-r--r-- | rest_framework/routers.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/rest_framework/routers.py b/rest_framework/routers.py index 33e88a81..2bbf519c 100644 --- a/rest_framework/routers.py +++ b/rest_framework/routers.py @@ -13,6 +13,8 @@ For example, you might have a `urls.py` that looks something like this:      urlpatterns = router.urls  """ +from __future__ import unicode_literals +  from collections import namedtuple  from django.conf.urls import url, patterns  from django.db import models | 
