Skip to content

Commit

Permalink
global: fix import of invenio_upgrader
Browse files Browse the repository at this point in the history
* FIX Fixes import of invenio_upgrader.

Signed-off-by: Eamonn Maguire <[email protected]>
  • Loading branch information
eamonnmag committed Aug 24, 2015
1 parent b6f3158 commit f87c220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_pidstore/upgrades/pidstore_2014_08_22_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import sqlalchemy as sa
from sqlalchemy.dialects import mysql

from invenio.modules.upgrader.api import op
from invenio_upgrader.api import op

depends_on = []

Expand Down

0 comments on commit f87c220

Please sign in to comment.