aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2012-05-19 15:07:07 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2012-05-19 15:09:57 +0200
commit599895cac3c239f09a8f4a1af274f2980adcaaf0 (patch)
tree4b77eb0e2e882795771a8420b884e4ebe5afe6f4
parent7d91abbe13a21c30ce32a7c6e5a4d71c4acc3790 (diff)
downloadihatemoney-mirror-599895cac3c239f09a8f4a1af274f2980adcaaf0.zip
ihatemoney-mirror-599895cac3c239f09a8f4a1af274f2980adcaaf0.tar.gz
ihatemoney-mirror-599895cac3c239f09a8f4a1af274f2980adcaaf0.tar.bz2
Switched to the new naming scheme for extensions
-rw-r--r--budget/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/models.py b/budget/models.py
index 76c3cab..cac9664 100644
--- a/budget/models.py
+++ b/budget/models.py
@@ -1,7 +1,7 @@
from collections import defaultdict
from datetime import datetime
-from flaskext.sqlalchemy import SQLAlchemy, BaseQuery
+from flask_sqlalchemy import SQLAlchemy, BaseQuery
from flask import g
from sqlalchemy import orm