aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/migrate.py
diff options
context:
space:
mode:
authorcfdv <caldavis@gmail.com>2011-06-19 17:20:23 -0500
committercfdv <caldavis@gmail.com>2011-06-19 17:20:23 -0500
commitcd95cb6d3d6ffa403be5f2b347862929917aa1e3 (patch)
tree07c7625b589437c927bc0eaa9ed4cdc27f9257d5 /mediagoblin/gmg_commands/migrate.py
parent699b5475806c43af339d48408a7ea04ae9027c1a (diff)
parent188240e312b8c5ff50bef276c97b36e5b3835f1e (diff)
downloadmediagoblin-cd95cb6d3d6ffa403be5f2b347862929917aa1e3.tar.lz
mediagoblin-cd95cb6d3d6ffa403be5f2b347862929917aa1e3.tar.xz
mediagoblin-cd95cb6d3d6ffa403be5f2b347862929917aa1e3.zip
Merge remote-tracking branch 'origin/master' into is315
Diffstat (limited to 'mediagoblin/gmg_commands/migrate.py')
-rw-r--r--mediagoblin/gmg_commands/migrate.py3
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):