aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/util.py
Commit message (Expand)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
* Revert "use parser.parse_known_args() instead of parser.parse_args()"Christopher Allan Webber2013-08-161-7/+0
* 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 passwo...Christopher Allan Webber2011-12-031-1/+1
* 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 util....Manuel Urbano Santos2011-12-031-0/+13
* 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