aboutsummaryrefslogtreecommitdiff
path: root/budget/api.py
diff options
context:
space:
mode:
authorAlexandre Avenel <avenel.alexandre@gmail.com>2017-01-21 15:03:58 +0100
committerAlexandre Avenel <avenel.alexandre@gmail.com>2017-01-21 15:03:58 +0100
commit5d009d839b7778ed596d382cbd6467e45bf2c7f8 (patch)
tree76a1b28b7333f5a77437b889f453da7c81a850e5 /budget/api.py
parent67331dcf2ac0020d76f9f084aea45aacf4ba2410 (diff)
downloadihatemoney-mirror-5d009d839b7778ed596d382cbd6467e45bf2c7f8.zip
ihatemoney-mirror-5d009d839b7778ed596d382cbd6467e45bf2c7f8.tar.gz
ihatemoney-mirror-5d009d839b7778ed596d382cbd6467e45bf2c7f8.tar.bz2
Fix deprecation issues (ExtDeprecationWarning)
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 0c62b29..ec664b6 100644
--- a/budget/api.py
+++ b/budget/api.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from flask import Blueprint, request
-from flask.ext.rest import RESTResource, need_auth
+from flask_rest import RESTResource, need_auth
from models import db, Project, Person, Bill
from forms import (ProjectForm, EditProjectForm, MemberForm,