summaryrefslogtreecommitdiff
path: root/mailman/pipeline/scrubber.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-10-17 13:58:18 -0400
committerBarry Warsaw2008-10-17 13:58:18 -0400
commitf25f73cb081f9363743020155c17ccf4305309dc (patch)
treece69b0e322f645960667a288ba9fa8e48fdc3423 /mailman/pipeline/scrubber.py
parenta56897d1c541dd9b1db7af9b3568743dd73692de (diff)
downloadmailman-f25f73cb081f9363743020155c17ccf4305309dc.tar.gz
mailman-f25f73cb081f9363743020155c17ccf4305309dc.tar.zst
mailman-f25f73cb081f9363743020155c17ccf4305309dc.zip
Diffstat (limited to 'mailman/pipeline/scrubber.py')
-rw-r--r--mailman/pipeline/scrubber.py6
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