~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to mailman/database/listmanager.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:
21
21
 
22
22
from zope.interface import implements
23
23
 
24
 
from mailman import Errors
25
24
from mailman.Utils import split_listname, fqdn_listname
26
25
from mailman.configuration import config
27
26
from mailman.database.mailinglist import MailingList