1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Switched to the new naming scheme for extensions

This commit is contained in:
Alexis Metaireau 2012-05-19 15:07:07 +02:00
parent 7d91abbe13
commit 599895cac3

View file

@ -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