From 1e491c82e6ddf2941d1f8639920c6b5dfd9378f8 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 2 Sep 2014 15:29:21 +0200 Subject: Fix imports --- tests/browsable_api/auth_urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/browsable_api/auth_urls.py') 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( '', -- cgit v1.2.3