aboutsummaryrefslogtreecommitdiff
path: root/budget/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'budget/api.py')
-rw-r--r--budget/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/api.py b/budget/api.py
index b197b81..9d41b3c 100644
--- a/budget/api.py
+++ b/budget/api.py
@@ -6,7 +6,7 @@ from forms import (ProjectForm, EditProjectForm, MemberForm, BillForm,
get_billform_for)
from utils import for_all_methods
-from rest import RESTResource, need_auth# FIXME make it an ext
+from flask_rest import RESTResource, need_auth
from werkzeug import Response