diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-18 20:14:51 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-18 20:14:51 -0500 |
commit | 72c3ae046a1bb2644c7f0eaaf138f75c4697555f (patch) | |
tree | fb47a8c9ad3dca1308bf70355c1e3424a575c34a /mediagoblin/gmg_commands/migrate.py | |
parent | 623bee73b1632c313e95c828d4a39bea935760d0 (diff) | |
download | mediagoblin-72c3ae046a1bb2644c7f0eaaf138f75c4697555f.tar.lz mediagoblin-72c3ae046a1bb2644c7f0eaaf138f75c4697555f.tar.xz mediagoblin-72c3ae046a1bb2644c7f0eaaf138f75c4697555f.zip |
./bin/gmg commands upgraded to work with the new setup.
Diffstat (limited to 'mediagoblin/gmg_commands/migrate.py')
-rw-r--r-- | mediagoblin/gmg_commands/migrate.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mediagoblin/gmg_commands/migrate.py b/mediagoblin/gmg_commands/migrate.py index 3ce25701..9e01d51c 100644 --- a/mediagoblin/gmg_commands/migrate.py +++ b/mediagoblin/gmg_commands/migrate.py @@ -23,9 +23,6 @@ def migrate_parser_setup(subparser): subparser.add_argument( '-cf', '--conf_file', default='mediagoblin.ini', help="Config file used to set up environment") - subparser.add_argument( - '-cs', '--app_section', default='app:mediagoblin', - help="Section of the config file where the app config is stored.") def migrate(args): |