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/app/subscriptions.py | |
| parent | 3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed (diff) | |
| download | mailman-955d267e5f4479cea6adb93871af1eb80aa492b6.tar.gz mailman-955d267e5f4479cea6adb93871af1eb80aa492b6.tar.zst mailman-955d267e5f4479cea6adb93871af1eb80aa492b6.zip | |
Diffstat (limited to 'src/mailman/app/subscriptions.py')
| -rw-r--r-- | src/mailman/app/subscriptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/subscriptions.py b/src/mailman/app/subscriptions.py index ebbe14492..7949f83ee 100644 --- a/src/mailman/app/subscriptions.py +++ b/src/mailman/app/subscriptions.py @@ -26,8 +26,8 @@ __all__ = [ ] -from flufl.password import generate from operator import attrgetter +from passlib.utils import generate_password as generate from storm.expr import And, Or from uuid import UUID from zope.component import getUtility |
