Revert "use parser.parse_known_args() instead of parser.parse_args()"
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 12 Aug 2013 16:13:00 +0000 (11:13 -0500)
committerRodney Ewing <ewing.rj@gmail.com>
Fri, 16 Aug 2013 22:30:17 +0000 (15:30 -0700)
commitff12ecef347d0fdb29534eb2bc0390cf183c10ba
treedd027adea346e60d35383131b380778ce44676cb
parent98d1fa3beddfc602c541fe7f538ca882ad6c7e9c
Revert "use parser.parse_known_args() instead of parser.parse_args()"

This reverts commit 029e779c468ba1a6bfd893679cfaae7f418f45dd.
(and a bit more!)

This wasn't needed anymore because we did a "rest" capture and passed
that over to the reprocess run command.

Conflicts:
mediagoblin/gmg_commands/assetlink.py
mediagoblin/gmg_commands/dbupdate.py
mediagoblin/gmg_commands/import_export.py
mediagoblin/gmg_commands/users.py
mediagoblin/gmg_commands/assetlink.py
mediagoblin/gmg_commands/dbupdate.py
mediagoblin/gmg_commands/import_export.py
mediagoblin/gmg_commands/shell.py
mediagoblin/gmg_commands/users.py
mediagoblin/gmg_commands/util.py