|
@@ -1,7 +1,6 @@
|
|
|
-from __future__ import unicode_literals
|
|
|
import base64
|
|
|
from rest_framework import exceptions, HTTP_HEADER_ENCODING
|
|
|
-from rest_framework.authentication import BaseAuthentication, get_authorization_header, authenticate
|
|
|
+from rest_framework.authentication import BaseAuthentication, get_authorization_header
|
|
|
from desecapi.models import Token
|
|
|
from rest_framework.authentication import TokenAuthentication as RestFrameworkTokenAuthentication
|
|
|
|