summaryrefslogtreecommitdiff
path: root/Mailman/testing/test_handlers.py
diff options
context:
space:
mode:
authorbwarsaw2007-03-22 04:29:31 +0000
committerbwarsaw2007-03-22 04:29:31 +0000
commit4b481c179c96440b3785ecc5a069af4d696f75a3 (patch)
tree09f5a1723223f4e2f22bcb04daa676eb69cf8147 /Mailman/testing/test_handlers.py
parentdaeb5dbf03fde77265e42392cae0913765423f94 (diff)
downloadmailman-4b481c179c96440b3785ecc5a069af4d696f75a3.tar.gz
mailman-4b481c179c96440b3785ecc5a069af4d696f75a3.tar.zst
mailman-4b481c179c96440b3785ecc5a069af4d696f75a3.zip
Diffstat (limited to 'Mailman/testing/test_handlers.py')
-rw-r--r--Mailman/testing/test_handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/testing/test_handlers.py b/Mailman/testing/test_handlers.py
index 849ccfb91..b2fb5ce27 100644
--- a/Mailman/testing/test_handlers.py
+++ b/Mailman/testing/test_handlers.py
@@ -59,7 +59,7 @@ from Mailman.Handlers import ToUsenet
def password(cleartext):
- return passwords.make_secret(cleartext, 'ssha')
+ return passwords.make_secret(cleartext, passwords.Schemes.ssha)