~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/app/subscriptions.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:
26
26
    ]
27
27
 
28
28
 
29
 
from flufl.password import generate
30
29
from operator import attrgetter
 
30
from passlib.utils import generate_password as generate
31
31
from storm.expr import And, Or
32
32
from uuid import UUID
33
33
from zope.component import getUtility