diff options
| author | Carlton Gibson | 2014-09-02 15:29:21 +0200 | 
|---|---|---|
| committer | Carlton Gibson | 2014-09-02 15:29:21 +0200 | 
| commit | 1e491c82e6ddf2941d1f8639920c6b5dfd9378f8 (patch) | |
| tree | ec7a7935fa33e5a2a37762edc6d0104dd1a68162 /tests/browsable_api/auth_urls.py | |
| parent | 4836afa89f045263ded91946d43403e807880181 (diff) | |
| download | django-rest-framework-1e491c82e6ddf2941d1f8639920c6b5dfd9378f8.tar.bz2 | |
Fix imports
Diffstat (limited to 'tests/browsable_api/auth_urls.py')
| -rw-r--r-- | tests/browsable_api/auth_urls.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/browsable_api/auth_urls.py b/tests/browsable_api/auth_urls.py index 3cb2d8da..bce7dcf9 100644 --- a/tests/browsable_api/auth_urls.py +++ b/tests/browsable_api/auth_urls.py @@ -1,7 +1,7 @@  from __future__ import unicode_literals  from django.conf.urls import patterns, url, include -from views import MockView +from .views import MockView  urlpatterns = patterns(      '', | 
