aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/basic_auth/tools.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace py-bcrypt with bcrypt.Elisei Roca2021-10-111-5/+4
| | | | | | | | | Almost a drop-in replacement, only needed some str - byte conversions. The former has not seen a release since 2013, the latter is active with a last release on Aug. 16th 2020. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-2/+2
| | | | This removes some 'u' prefixes and converts simple format() calls to f-strings.
* 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