From 435ec2626d8659aed0b831bd55bdcc1b9a0fe8a5 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 17 Oct 2011 17:30:57 +0200 Subject: Make the rest module a flask extension. It's now flask_rest. --- budget/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/api.py') 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 -- cgit v1.1