migrating flask imports (#525)

This commit is contained in:
kevgliss
2016-11-22 21:11:20 -08:00
committed by GitHub
parent 06a920502c
commit 8e5323e2d7
19 changed files with 23 additions and 23 deletions

View File

@ -4,7 +4,7 @@
:license: Apache, see LICENSE for more details.
"""
from flask import current_app, Blueprint
from flask.ext.restful import Api
from flask_restful import Api
from lemur.auth.service import AuthenticatedResource