Skip to content

Commit

Permalink
tests: fix flask_admin import
Browse files Browse the repository at this point in the history
Signed-off-by: Dinos Kousidis <dinos.kousidis@cern.ch>
  • Loading branch information
dinosk committed May 14, 2018
1 parent 2637226 commit 884e0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# under the terms of the MIT License; see LICENSE file for more details.

from flask import Flask, url_for
from flask.ext.admin import Admin
from flask_admin import Admin
from invenio_admin import InvenioAdmin
from invenio_db import db

Expand Down

0 comments on commit 884e0ae

Please sign in to comment.