From e0693ed8106f80515f3ffddd92eb1ea9b77e38d3 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 17 Aug 2009 20:46:43 -0400 Subject: mailmanctl must use absolute imports Turn debug log level up to info so we're not spammed. Apparently we now have to add a \n to the stream output in emit(). --- src/mailman/bin/mailmanctl.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mailman/bin/mailmanctl.py') diff --git a/src/mailman/bin/mailmanctl.py b/src/mailman/bin/mailmanctl.py index 667a46a70..ad4e2f018 100644 --- a/src/mailman/bin/mailmanctl.py +++ b/src/mailman/bin/mailmanctl.py @@ -17,6 +17,8 @@ """Mailman start/stop script.""" +from __future__ import absolute_import, unicode_literals + import os import grp import pwd -- cgit v1.2.3-70-g09d2