diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2012-05-19 15:07:07 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-05-19 15:09:57 +0200 |
| commit | 599895cac3c239f09a8f4a1af274f2980adcaaf0 (patch) | |
| tree | 4b77eb0e2e882795771a8420b884e4ebe5afe6f4 | |
| parent | 7d91abbe13a21c30ce32a7c6e5a4d71c4acc3790 (diff) | |
| download | ihatemoney-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.py | 2 |
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 |
