~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to mailman/pipeline/file_recipients.py

  • Committer: Barry Warsaw
  • Date: 2008-09-27 01:11:51 UTC
  • mto: (6643.2.1 reorg2)
  • mto: This revision was merged to the branch mainline in revision 6644.
  • Revision ID: barry@python.org-20080927011151-3r7xigj131d6o7ws
mailman.Errors -> mailman.core.errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
from zope.interface import implements
30
30
 
31
 
from mailman import Errors
32
31
from mailman.i18n import _
33
32
from mailman.interfaces import IHandler
34
33