From 71ebe367a52316811f570d09f2213c192a47973f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 25 Mar 2016 10:24:19 -0400 Subject: Reorder the @public definition. This allows us to import it in more places without threat of import errors. --- template.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'template.py') diff --git a/template.py b/template.py index b38c5897b..4507f258b 100644 --- a/template.py +++ b/template.py @@ -17,5 +17,4 @@ """Module stuff.""" -__all__ = [ - ] +from mailman import public -- cgit v1.2.3-70-g09d2