summaryrefslogtreecommitdiff
path: root/mailman/bin/master.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/bin/master.py')
-rw-r--r--mailman/bin/master.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mailman/bin/master.py b/mailman/bin/master.py
index e71e21162..1c45e04f8 100644
--- a/mailman/bin/master.py
+++ b/mailman/bin/master.py
@@ -17,8 +17,6 @@
"""Master sub-process watcher."""
-from __future__ import with_statement
-
__metaclass__ = type
__all__ = [
'Loop',