aboutsummaryrefslogtreecommitdiff
path: root/budget/api.py
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-10-17 17:30:57 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-10-17 17:30:57 +0200
commit435ec2626d8659aed0b831bd55bdcc1b9a0fe8a5 (patch)
treee5f58ebcb60e9a00daf85a1102917a6f10c5180d /budget/api.py
parent3f9022ac132ed7b7faf02939df579738d22a95af (diff)
downloadihatemoney-mirror-435ec2626d8659aed0b831bd55bdcc1b9a0fe8a5.zip
ihatemoney-mirror-435ec2626d8659aed0b831bd55bdcc1b9a0fe8a5.tar.gz
ihatemoney-mirror-435ec2626d8659aed0b831bd55bdcc1b9a0fe8a5.tar.bz2
Make the rest module a flask extension.
It's now flask_rest.
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