summaryrefslogtreecommitdiff
path: root/mailman/pipeline/to_digest.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/pipeline/to_digest.py')
-rw-r--r--mailman/pipeline/to_digest.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/mailman/pipeline/to_digest.py b/mailman/pipeline/to_digest.py
index 7c868fe74..cec2fa1fc 100644
--- a/mailman/pipeline/to_digest.py
+++ b/mailman/pipeline/to_digest.py
@@ -25,10 +25,10 @@
# directory and the DigestRunner will craft the MIME, rfc1153, and
# (eventually) URL-subject linked digests from the mbox.
-from __future__ import with_statement
-
__metaclass__ = type
-__all__ = ['ToDigest']
+__all__ = [
+ 'ToDigest',
+ ]
import os