summaryrefslogtreecommitdiff
path: root/src/mailman/runners/rest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/rest.py')
-rw-r--r--src/mailman/runners/rest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/rest.py b/src/mailman/runners/rest.py
index 037b6adf8..dd7eae245 100644
--- a/src/mailman/runners/rest.py
+++ b/src/mailman/runners/rest.py
@@ -21,9 +21,9 @@ import signal
import logging
import threading
-from mailman import public
from mailman.core.runner import Runner
from mailman.rest.wsgiapp import make_server
+from public import public
log = logging.getLogger('mailman.http')