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/core/system.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/mailman/core/system.py') diff --git a/src/mailman/core/system.py b/src/mailman/core/system.py index f773a9f7f..c4489d926 100644 --- a/src/mailman/core/system.py +++ b/src/mailman/core/system.py @@ -17,11 +17,6 @@ """System information.""" -__all__ = [ - 'system', - ] - - import sys from mailman import version @@ -29,7 +24,6 @@ from mailman.interfaces.system import ISystem from zope.interface import implementer - @implementer(ISystem) class System: """See `ISystem`.""" @@ -46,3 +40,4 @@ class System: system = System() +__all__ = ['system'] -- cgit v1.2.3-70-g09d2