~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/rules/approved.py

  • Committer: Barry Warsaw
  • Date: 2012-06-28 03:03:04 UTC
  • mto: This revision was merged to the branch mainline in revision 7156.
  • Revision ID: barry@list.org-20120628030304-cjlh7q9tgwasxno2
Replace flufl.password with passlib, albeit with a wrapper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import re
29
29
 
30
30
from email.iterators import typed_subpart_iterator
31
 
from flufl.password import verify
32
31
from zope.interface import implementer
33
32
 
34
33
from mailman.core.i18n import _
35
34
from mailman.interfaces.rules import IRule
 
35
from mailman.utilities.passwords import verify
36
36
 
37
37
 
38
38
EMPTYSTRING = ''