summaryrefslogtreecommitdiff
path: root/mailman/pipeline/file_recipients.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/pipeline/file_recipients.py')
-rw-r--r--mailman/pipeline/file_recipients.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/mailman/pipeline/file_recipients.py b/mailman/pipeline/file_recipients.py
index 5f47059d3..fd7ff0b69 100644
--- a/mailman/pipeline/file_recipients.py
+++ b/mailman/pipeline/file_recipients.py
@@ -17,10 +17,10 @@
"""Get the normal delivery recipients from a Sendmail style :include: file."""
-from __future__ import with_statement
-
__metaclass__ = type
-__all__ = ['FileRecipients']
+__all__ = [
+ 'FileRecipients',
+ ]
import os