summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_members.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-06-27 23:03:04 -0400
committerBarry Warsaw2012-06-27 23:03:04 -0400
commit955d267e5f4479cea6adb93871af1eb80aa492b6 (patch)
treec3e412bcf0251ed6a53694d781d757ddd21b5ac7 /src/mailman/commands/cli_members.py
parent3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed (diff)
downloadmailman-955d267e5f4479cea6adb93871af1eb80aa492b6.tar.gz
mailman-955d267e5f4479cea6adb93871af1eb80aa492b6.tar.zst
mailman-955d267e5f4479cea6adb93871af1eb80aa492b6.zip
Diffstat (limited to 'src/mailman/commands/cli_members.py')
-rw-r--r--src/mailman/commands/cli_members.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_members.py b/src/mailman/commands/cli_members.py
index aef3991d8..7c5d3b8f3 100644
--- a/src/mailman/commands/cli_members.py
+++ b/src/mailman/commands/cli_members.py
@@ -29,8 +29,8 @@ import sys
import codecs
from email.utils import formataddr, parseaddr
-from flufl.password import generate
from operator import attrgetter
+from passlib.utils import generate_password as generate
from zope.component import getUtility
from zope.interface import implementer