From 5404f98d90410d69a744d9c0fb71a8a31f3a4a88 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 24 Mar 2016 21:29:30 -0400 Subject: Clean up the core directory. mailman/core/errors.py is gone now. We had a duplicate base exception which now always comes from mailman/interfaces/errors.py. Obsolete/unused exceptions are remove. The other exceptions are moved to better locations. --- src/mailman/interfaces/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/interfaces/errors.py') diff --git a/src/mailman/interfaces/errors.py b/src/mailman/interfaces/errors.py index 64194a70d..6045e4868 100644 --- a/src/mailman/interfaces/errors.py +++ b/src/mailman/interfaces/errors.py @@ -22,11 +22,11 @@ components. More specific exceptions will be located in the relevant interfaces. """ +# We can't use @mailman.public here because of circular imports. __all__ = [ 'MailmanError', ] - class MailmanError(Exception): """Base class for all Mailman exceptions.""" -- cgit v1.2.3-70-g09d2