aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/alembic.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix module name for `gmg alembic` commandBoris Bobrov2016-03-081-56/+0
| | | | | | | | 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.
* Commentary on where this hack on detecting no subcommand to Alembic comes fromChristopher Allan Webber2016-03-051-0/+2
|
* Add "gmg raw_alembic" command.Christopher Allan Webber2016-03-031-0/+54
This allows you to dispatch to the "alembic" command line tool properly, but properly respecting MediaGoblin's own configuration.