Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining imports/calls to six not automatically removed by pyupgrade. | Ben Sturmfels | 2021-03-05 | 1 | -3/+1 |
| | |||||
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -2/+2 |
| | |||||
* | Replace raw_input with six.moves.input | Berker Peksag | 2016-04-02 | 1 | -1/+3 |
| | | | | Fixes #5441 | ||||
* | Revert "use parser.parse_known_args() instead of parser.parse_args()" | Christopher Allan Webber | 2013-08-16 | 1 | -7/+0 |
| | | | | | | | | | | | | | | 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 | ||||
* | Throw an error if there are unrecognized arguments | Rodney Ewing | 2013-08-16 | 1 | -1/+8 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Most users won't see this but having space after prompt still nice for ↵ | Christopher Allan Webber | 2011-12-03 | 1 | -1/+1 |
| | | | | passwords. | ||||
* | PEP-8'ifying prompt_if_not_set | Christopher Allan Webber | 2011-12-03 | 1 | -3/+3 |
| | |||||
* | Prompt for arguments in adduser if not present (I created a function in ↵ | Manuel Urbano Santos | 2011-12-03 | 1 | -0/+13 |
| | | | | util.py to check and prompt for arguments). | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | ./bin/gmg commands upgraded to work with the new setup. | Christopher Allan Webber | 2011-06-18 | 1 | -19/+1 |
| | |||||
* | Move the general applicaiton setup commands to a utility module | Christopher Allan Webber | 2011-05-22 | 1 | -0/+45 |