| changeset 143 | ea633c8f9bfa |
| parent 117 | 41a78460bdac |
--- a/server/src/authentication/urls.py Fri Jun 05 16:10:12 2015 +0200 +++ b/server/src/authentication/urls.py Tue Jun 09 19:05:05 2015 +0200 @@ -1,7 +1,6 @@ from django.conf.urls import patterns, url -from rest_framework.authtoken import views -from authentication.views import User, ObtainAuthToken +from .views import User, ObtainAuthToken urlpatterns = patterns('',