From 19ae3ab3b2af98c5e39e8a73dc9b5d973dda5aa3 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 8 Oct 2011 13:45:05 +0200 Subject: merge with master --- budget/api.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'budget/api.py') 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 -- cgit v1.1