aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/gmg_commands/__init__.py')
-rw-r--r--mediagoblin/gmg_commands/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/gmg_commands/__init__.py b/mediagoblin/gmg_commands/__init__.py
index b2c8cd6b..98b097a6 100644
--- a/mediagoblin/gmg_commands/__init__.py
+++ b/mediagoblin/gmg_commands/__init__.py
@@ -77,8 +77,8 @@ SUBCOMMAND_MAP = {
'func': 'mediagoblin.gmg_commands.batchaddmedia:batchaddmedia',
'help': 'Add many media entries at once'},
'alembic': {
- 'setup': 'mediagoblin.gmg_commands.alembic:parser_setup',
- 'func': 'mediagoblin.gmg_commands.alembic:raw_alembic_cli',
+ 'setup': 'mediagoblin.gmg_commands.alembic_commands:parser_setup',
+ 'func': 'mediagoblin.gmg_commands.alembic_commands:raw_alembic_cli',
'help': (
'Run raw alembic commands with our local database. '
'(Unless you know what you\'re doing, use dbupdate instead!)')},