Skip to content

Commit

Permalink
global: fix invenio_ext imports
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Rossi <leonardo.r@cern.ch>
  • Loading branch information
Leonardo Rossi committed Sep 24, 2015
1 parent d311848 commit 248d3fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion invenio_classifier/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

from flask import current_app

from invenio.ext.script import Manager
from invenio_ext.script import Manager

from .api import get_keywords_from_local_file

Expand Down
1 change: 1 addition & 0 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
# -e git+git://github.com/mitsuhiko/jinja2.git#egg=Jinja2

-e git+git://github.com/inveniosoftware/invenio-base.git#egg=invenio-base
-e git+git://github.com/inveniosoftware/invenio-ext.git#egg=invenio-ext
-e git+git://github.com/inveniosoftware/invenio-utils.git#egg=invenio-utils
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
'Flask>=0.10.1',
'six>=1.7.2',
'invenio-base>=0.2.1',
'invenio-ext>=0.2.1',
'invenio-utils>=0.1.1',
# FIXME 'Invenio>=2.0.3',
]

test_requirements = [
Expand Down

0 comments on commit 248d3fe

Please sign in to comment.