aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-3/+1
|
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-2/+2
|
* Replace raw_input with six.moves.inputBerker Peksag2016-04-021-1/+3
| | | | Fixes #5441
* Revert "use parser.parse_known_args() instead of parser.parse_args()"Christopher Allan Webber2013-08-161-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 argumentsRodney Ewing2013-08-161-1/+8
|
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Most users won't see this but having space after prompt still nice for ↵Christopher Allan Webber2011-12-031-1/+1
| | | | passwords.
* PEP-8'ifying prompt_if_not_setChristopher Allan Webber2011-12-031-3/+3
|
* Prompt for arguments in adduser if not present (I created a function in ↵Manuel Urbano Santos2011-12-031-0/+13
| | | | util.py to check and prompt for arguments).
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* ./bin/gmg commands upgraded to work with the new setup.Christopher Allan Webber2011-06-181-19/+1
|
* Move the general applicaiton setup commands to a utility moduleChristopher Allan Webber2011-05-221-0/+45