summaryrefslogtreecommitdiff
path: root/src/mailman/bin/qrunner.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/qrunner.py
parentc4a053b184f16156cafd984b01c055d70414c4b6 (diff)
downloadmailman-9cb2d844baf1ec47bed25fd48e5762ab641b5498.tar.gz
mailman-9cb2d844baf1ec47bed25fd48e5762ab641b5498.tar.zst
mailman-9cb2d844baf1ec47bed25fd48e5762ab641b5498.zip
Diffstat (limited to 'src/mailman/bin/qrunner.py')
-rw-r--r--src/mailman/bin/qrunner.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mailman/bin/qrunner.py b/src/mailman/bin/qrunner.py
index bcda52ca6..73e701f16 100644
--- a/src/mailman/bin/qrunner.py
+++ b/src/mailman/bin/qrunner.py
@@ -15,6 +15,16 @@
# You should have received a copy of the GNU General Public License along with
# GNU Mailman. If not, see <http://www.gnu.org/licenses/>.
+"""The queue runner."""
+
+from __future__ import absolute_import, unicode_literals
+
+__metaclass__ = type
+__all__ = [
+ 'main',
+ ]
+
+
import sys
import signal
import logging