Fix module name for `gmg alembic` command
authorBoris Bobrov <breton@cynicmansion.ru>
Tue, 8 Mar 2016 14:12:49 +0000 (17:12 +0300)
committerBoris Bobrov <breton@cynicmansion.ru>
Tue, 8 Mar 2016 15:23:45 +0000 (18:23 +0300)
commit17aaab69075f33e8e31f5fbf5bcad54882aa244b
treecc0baca0d256b91e36f6b766336431a5587c677b
parentfec916dfbeedd8798c67a7512147b343dd046f90
Fix module name for `gmg alembic` command

gmg_commands.alembic attempted to import from `alembic`. On python2.7
it resulted in import from itself.

Rename alembic.py to alembic_commands.py and fix references to
gmg_commands.alembic.
mediagoblin/gmg_commands/__init__.py
mediagoblin/gmg_commands/alembic_commands.py [moved from mediagoblin/gmg_commands/alembic.py with 100% similarity]