Make gmg's -cf option a global option
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 23 Oct 2011 19:33:52 +0000 (21:33 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 23 Oct 2011 19:33:52 +0000 (21:33 +0200)
commit15ac1458edfe703688cfe1e5eb36a2e90f5194c6
tree00790769a85acd6e358e9fc5e5dfb6ddf757a1fe
parent9043e7a012c0b01a993e04831180005ff36730d6
Make gmg's -cf option a global option

All gmg's subcommands used to have a -cf option to set the
config file. Instead make this a gmg global option.
This means:
  bin/gmg migrate -cf mediagoblin_2.ini
gets
  bin/gmg -cf mediagoblin_2.ini migrate
mediagoblin/gmg_commands/__init__.py
mediagoblin/gmg_commands/import_export.py
mediagoblin/gmg_commands/migrate.py
mediagoblin/gmg_commands/shell.py
mediagoblin/gmg_commands/users.py
mediagoblin/gmg_commands/util.py