diff options
Diffstat (limited to 'budget/api.py')
| -rw-r--r-- | budget/api.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/budget/api.py b/budget/api.py index c5ae76b..b197b81 100644 --- a/budget/api.py +++ b/budget/api.py @@ -2,8 +2,9 @@ from flask import * from models import db, Project, Person, Bill -from forms import ProjectForm, EditProjectForm, MemberForm, BillForm -from utils import for_all_methods, get_billform_for +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 werkzeug import Response |
