diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-23 15:22:18 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-23 15:22:18 -0500 |
commit | c0e1a7097588076738bdae3191d97f95d0780025 (patch) | |
tree | 6070c40054059c80b733b0ea848a8d6805cdf547 /mediagoblin/gmg_commands/import_export.py | |
parent | 4b186b7398503cfb027c8a27223f70bfc79a7bab (diff) | |
parent | 15ac1458edfe703688cfe1e5eb36a2e90f5194c6 (diff) | |
download | mediagoblin-c0e1a7097588076738bdae3191d97f95d0780025.tar.lz mediagoblin-c0e1a7097588076738bdae3191d97f95d0780025.tar.xz mediagoblin-c0e1a7097588076738bdae3191d97f95d0780025.zip |
Merge remote branch 'remotes/elrond/refactor/gmg_cf_option'
Diffstat (limited to 'mediagoblin/gmg_commands/import_export.py')
-rw-r--r-- | mediagoblin/gmg_commands/import_export.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mediagoblin/gmg_commands/import_export.py b/mediagoblin/gmg_commands/import_export.py index 05edbfc8..78d30713 100644 --- a/mediagoblin/gmg_commands/import_export.py +++ b/mediagoblin/gmg_commands/import_export.py @@ -40,9 +40,6 @@ def import_export_parse_setup(subparser): subparser.add_argument( 'tar_file') subparser.add_argument( - '-cf', '--conf_file', default='mediagoblin.ini', - help='Config file used to set up environment') - subparser.add_argument( '--mongodump_path', default='mongodump', help='mongodump binary') subparser.add_argument( |