Allow for passing in --with-plugins to the alembic gmg subcommand.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 12 Mar 2016 19:30:08 +0000 (11:30 -0800)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 26 Mar 2016 18:39:07 +0000 (11:39 -0700)
commit406058b3405cbf626a27458d2a97887bc48cb603
tree48f935e41f77bcf25126290e534e4c41dc7acb4a
parentf25b476202b5ebe706a99fa586041c23b85acaa5
Allow for passing in --with-plugins to the alembic gmg subcommand.

This allows plugin writers to easily take advantage off alembic's migration
autogeneration support.

* mediagoblin/gmg_commands/alembic_commands.py: Adjusted imports.
  (FudgedCommandLine.main, parser_setup): Add support for importing
  plugins when --with-plugins is passed in.
mediagoblin/gmg_commands/alembic_commands.py