diff options
| author | Stephen A. Goss | 2011-08-23 16:07:11 -0700 |
|---|---|---|
| committer | Stephen A. Goss | 2011-08-23 16:07:11 -0700 |
| commit | 4da280bce9f02dc388f70353c7eede3da9f58794 (patch) | |
| tree | 955bb0df0e97ad463249078cdea79d0322b599ab /src/mailman/bin/master.py | |
| parent | 0b45ed6886360ba858f4a11cb95a3d134fc580dc (diff) | |
| parent | 35e4ca77838ac7bbeca3f8da6ea64a93a6e501d5 (diff) | |
| download | mailman-4da280bce9f02dc388f70353c7eede3da9f58794.tar.gz mailman-4da280bce9f02dc388f70353c7eede3da9f58794.tar.zst mailman-4da280bce9f02dc388f70353c7eede3da9f58794.zip | |
Diffstat (limited to 'src/mailman/bin/master.py')
| -rw-r--r-- | src/mailman/bin/master.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/bin/master.py b/src/mailman/bin/master.py index d982b385f..d910b491d 100644 --- a/src/mailman/bin/master.py +++ b/src/mailman/bin/master.py @@ -21,6 +21,7 @@ from __future__ import absolute_import, unicode_literals __metaclass__ = type __all__ = [ + 'Loop', 'main', ] |
