jkaluza / odcs

Forked from odcs 6 years ago
Clone

de6b478 Fix deprecation import for flask sqlalchemy

Authored and Committed by cqi 5 years ago
    Fix deprecation import for flask sqlalchemy
    
    Import from flask.ext.sqlalchemy has been deprecated. This fix is
    helpful to supporess the deprecation warning and avoid import error once
    newer flask_sqlalchemy version 2.3.2 is installed, in which version
    flask.ext.sqlalchemy is replaced with flask_sqlalchemy.
    
    Signed-off-by: Chenxiong Qi <cqi@redhat.com>
    
        
file modified
+1 -1