aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/basic_auth/tools.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
|
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-5/+5
|
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+3
| | | | I will be switch to use ``from __future__ import unicode_literals`` later.
* fixed some typos and missed importsRodney Ewing2013-08-161-3/+7
|
* moved forgot pass to basic_auth pluginRodney Ewing2013-08-161-0/+33
|
* renamed lib to toolsRodney Ewing2013-05-271-0/+84