diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2013-03-16 23:19:06 -0700 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2013-03-16 23:19:06 -0700 |
| commit | 396a91e1ac6f65b88cc25ac208b606b0ebe79b9c (patch) | |
| tree | 24108b2273454d74b7699d74764b8a470c41b88d /budget/api.py | |
| parent | 64385e0fa3139d7392f107c69267e977f72a4d46 (diff) | |
| parent | bfea4e436fbe3126949785eff66aef901f6e2f65 (diff) | |
| download | ihatemoney-mirror-396a91e1ac6f65b88cc25ac208b606b0ebe79b9c.zip ihatemoney-mirror-396a91e1ac6f65b88cc25ac208b606b0ebe79b9c.tar.gz ihatemoney-mirror-396a91e1ac6f65b88cc25ac208b606b0ebe79b9c.tar.bz2 | |
Merge pull request #98 from aavenel/flask0.9
Flask0.9
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 ec664b6..0c62b29 100644 --- a/budget/api.py +++ b/budget/api.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- from flask import Blueprint, request -from flask_rest import RESTResource, need_auth +from flask.ext.rest import RESTResource, need_auth from models import db, Project, Person, Bill from forms import (ProjectForm, EditProjectForm, MemberForm, |
