Skip to content

Commit

Permalink
global: initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo authored and slint committed Jul 31, 2019
1 parent f829ca4 commit 417fa6d
Show file tree
Hide file tree
Showing 10 changed files with 505 additions and 226 deletions.
8 changes: 4 additions & 4 deletions invenio_index_migrator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
from __future__ import absolute_import, print_function

from .api import SyncJob
from .ext import InvenioIndexSync
from .proxies import current_index_sync
from .ext import InvenioIndexMigrator
from .proxies import current_index_migrator

__all__ = (
'current_index_sync',
'InvenioIndexSync',
'current_index_migrator',
'InvenioIndexMigrator',
'SyncJob',
)
Loading

0 comments on commit 417fa6d

Please sign in to comment.