From adae635a4ca147937019fdd91aebd95a2769b9ca Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 1 Jan 2008 13:49:27 -0500 Subject: Extended test_documentation.py to be able to find doctests in subdirectories called 'docs' anywhere under the Mailman package. Change the rule API to return rule classes not instances. Added the ChainJump enum, though this will likely change soon. --- Mailman/rules/implicit_dest.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Mailman/rules/implicit_dest.py') diff --git a/Mailman/rules/implicit_dest.py b/Mailman/rules/implicit_dest.py index e056a2e9e..19a096aa5 100644 --- a/Mailman/rules/implicit_dest.py +++ b/Mailman/rules/implicit_dest.py @@ -17,7 +17,7 @@ """The implicit destination rule.""" -__all__ = ['implicit_dest'] +__all__ = ['ImplicitDestination'] __metaclass__ = type @@ -92,7 +92,3 @@ class ImplicitDestination: pass # Nothing matched. return True - - - -implicit_dest = ImplicitDestination() -- cgit v1.2.3-70-g09d2