diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-10-17 17:30:57 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-10-17 17:30:57 +0200 |
| commit | 435ec2626d8659aed0b831bd55bdcc1b9a0fe8a5 (patch) | |
| tree | e5f58ebcb60e9a00daf85a1102917a6f10c5180d /budget/api.py | |
| parent | 3f9022ac132ed7b7faf02939df579738d22a95af (diff) | |
| download | ihatemoney-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.py | 2 |
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 |
