Enhance pytest support, update ProxyFix import.

This commit is contained in:
Alexis M 2019-10-11 20:42:48 +02:00 committed by Alexis Metaireau
parent a5f54bb47e
commit 21c2ef1775

View file

@ -6,7 +6,7 @@ from flask import Flask, g, request, session, render_template
from flask_babel import Babel
from flask_mail import Mail
from flask_migrate import Migrate, upgrade, stamp
from werkzeug.contrib.fixers import ProxyFix
from werkzeug.middleware.proxy_fix import ProxyFix
from ihatemoney.api import api
from ihatemoney.models import db