Use .first() instead of [0]... thanks elrond :)
[mediagoblin.git] / mediagoblin / gmg_commands / shell.py
index dc1621d1f62a800d1c0a2fec1d9ab012d48a1511..910560a086739132412dd6ac4a9a68f53bae1994 100644 (file)
@@ -1,5 +1,5 @@
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 Free Software Foundation, Inc
+# Copyright (C) 2011 MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -22,9 +22,7 @@ from mediagoblin.gmg_commands import util as commands_util
 
 
 def shell_parser_setup(subparser):
-    subparser.add_argument(
-        '-cf', '--conf_file', default='mediagoblin.ini',
-        help="Config file used to set up environment")
+    pass
 
 
 SHELL_BANNER = """\