aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/addmedia.py
Commit message (Expand)AuthorAgeFilesLines
* The file() builtin has been removed in Python 3. Use open() instead.Berker Peksag2014-06-071-1/+1
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-6/+10
* Switching the addmedia tool over to using the get_upload_file_limits tool also.Christopher Allan Webber2013-11-141-7/+2
* --license doesn't use the user default so correct that. It does use a URL th...Christopher Allan Webber2013-11-141-1/+1
* Hacks to get past unicode barriersChristopher Allan Webber2013-11-141-7/+17
* Start of addmedia command. Kinda close to working ;)Christopher Allan Webber2013-11-131-0/+100