Mercurial > p > roundup > code
diff roundup/password.py @ 7568:a2ecc31c43ac
flake8: correct continutation line indent
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 23 Jul 2023 23:21:57 -0400 |
| parents | 770fffae8167 |
| children | 70a6ee453ddc |
line wrap: on
line diff
--- a/roundup/password.py Sun Jul 23 23:19:03 2023 -0400 +++ b/roundup/password.py Sun Jul 23 23:21:57 2023 -0400 @@ -398,7 +398,7 @@ deprecated_schemes = ["SSHA", "SHA", "MD5", "crypt", "plaintext"] experimental_schemes = ["PBKDF2S5"] known_schemes = ["PBKDF2"] + experimental_schemes + \ - deprecated_schemes + deprecated_schemes def __init__(self, plaintext=None, scheme=None, encrypted=None, strict=False, config=None):
