diff options
| author | Barry Warsaw | 2012-06-27 23:03:04 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-06-27 23:03:04 -0400 |
| commit | 955d267e5f4479cea6adb93871af1eb80aa492b6 (patch) | |
| tree | c3e412bcf0251ed6a53694d781d757ddd21b5ac7 /src/mailman/commands/cli_members.py | |
| parent | 3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed (diff) | |
| download | mailman-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.py | 2 |
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 |
