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/rules/approved.py | |
| parent | 3c8a07fc76176a8ea89ee6b73aef571d0b2c81ed (diff) | |
| download | mailman-955d267e5f4479cea6adb93871af1eb80aa492b6.tar.gz mailman-955d267e5f4479cea6adb93871af1eb80aa492b6.tar.zst mailman-955d267e5f4479cea6adb93871af1eb80aa492b6.zip | |
Diffstat (limited to 'src/mailman/rules/approved.py')
| -rw-r--r-- | src/mailman/rules/approved.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rules/approved.py b/src/mailman/rules/approved.py index 1f4fc1369..dadc25322 100644 --- a/src/mailman/rules/approved.py +++ b/src/mailman/rules/approved.py @@ -28,11 +28,11 @@ __all__ = [ import re from email.iterators import typed_subpart_iterator -from flufl.password import verify from zope.interface import implementer from mailman.core.i18n import _ from mailman.interfaces.rules import IRule +from mailman.utilities.passwords import verify EMPTYSTRING = '' |
