diff options
Diffstat (limited to 'frest/auth/routes.py')
| -rw-r--r-- | frest/auth/routes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frest/auth/routes.py b/frest/auth/routes.py index af4c2b9..cb3f85c 100644 --- a/frest/auth/routes.py +++ b/frest/auth/routes.py @@ -1,5 +1,5 @@ from flask import Blueprint, request, abort -from utils import http_call, model_serialize +from frest.utils import http_call, model_serialize from frest.decorators import check_token, admin_required from .models import User, Token from .forms import UserForm |
