aboutsummaryrefslogtreecommitdiff
path: root/budget/models.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/models.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/models.py')
-rw-r--r--budget/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/models.py b/budget/models.py
index 3aac120..f894207 100644
--- a/budget/models.py
+++ b/budget/models.py
@@ -1,7 +1,7 @@
from collections import defaultdict
from datetime import datetime
-from flask.ext.sqlalchemy import SQLAlchemy, BaseQuery
+from flask_sqlalchemy import SQLAlchemy, BaseQuery
from flask import g
from sqlalchemy import orm