*: fix legacy imports

This change reorganizes imports and renames the legacy flask extensions.
This commit is contained in:
Jimmy Zelinskie 2016-09-28 20:17:14 -04:00
parent 0d805905dc
commit fc7301be0d
23 changed files with 179 additions and 139 deletions

View file

@ -1,7 +1,7 @@
import logging
from flask import request, redirect, url_for, Blueprint
from flask.ext.login import current_user
from flask_login import current_user
import features