summaryrefslogtreecommitdiff
path: root/src/mailman/bin/master.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-08-09 10:49:35 -0400
committerBarry Warsaw2009-08-09 10:49:35 -0400
commit9cb2d844baf1ec47bed25fd48e5762ab641b5498 (patch)
tree071f4c18deec29c8c270bef8d8d3fd94b6cdaec8 /src/mailman/bin/master.py
parentc4a053b184f16156cafd984b01c055d70414c4b6 (diff)
downloadmailman-9cb2d844baf1ec47bed25fd48e5762ab641b5498.tar.gz
mailman-9cb2d844baf1ec47bed25fd48e5762ab641b5498.tar.zst
mailman-9cb2d844baf1ec47bed25fd48e5762ab641b5498.zip
Diffstat (limited to 'src/mailman/bin/master.py')
-rw-r--r--src/mailman/bin/master.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman/bin/master.py b/src/mailman/bin/master.py
index 58e0776bd..829468883 100644
--- a/src/mailman/bin/master.py
+++ b/src/mailman/bin/master.py
@@ -17,10 +17,11 @@
"""Master sub-process watcher."""
+from __future__ import absolute_import, unicode_literals
+
__metaclass__ = type
__all__ = [
- 'Loop',
- 'get_lock_data',
+ 'main',
]