From 72c3ae046a1bb2644c7f0eaaf138f75c4697555f Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 18 Jun 2011 20:14:51 -0500 Subject: ./bin/gmg commands upgraded to work with the new setup. --- mediagoblin/gmg_commands/migrate.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'mediagoblin/gmg_commands/migrate.py') 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): -- cgit v1.2.3