diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-19 12:59:19 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-19 12:59:19 -0500 |
commit | fa4e6b279bddb30074c63cfc795a527a8a60c06d (patch) | |
tree | d7819ab115dee9c28e2df8ab352a691caeaa366a /mediagoblin/gmg_commands/migrate.py | |
parent | f2f3fe33e90ae7bc2f621bbd3cb003e098d130c8 (diff) | |
parent | 77edca545b46ddbbd3ff79f4b8ee7b1bee12b43a (diff) | |
download | mediagoblin-fa4e6b279bddb30074c63cfc795a527a8a60c06d.tar.lz mediagoblin-fa4e6b279bddb30074c63cfc795a527a8a60c06d.tar.xz mediagoblin-fa4e6b279bddb30074c63cfc795a527a8a60c06d.zip |
Merge branch 'configobj'
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): |