diff options
Diffstat (limited to 'mailman/pipeline/scrubber.py')
| -rw-r--r-- | mailman/pipeline/scrubber.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mailman/pipeline/scrubber.py b/mailman/pipeline/scrubber.py index a513d0689..4b8d9f770 100644 --- a/mailman/pipeline/scrubber.py +++ b/mailman/pipeline/scrubber.py @@ -17,10 +17,10 @@ """Cleanse a message for archiving.""" -from __future__ import with_statement - __metaclass__ = type -__all__ = ['Scrubber'] +__all__ = [ + 'Scrubber', + ] import os |
