summaryrefslogtreecommitdiff
path: root/src/mailman/runners/rest.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-11-30 20:57:31 +0000
committerBarry Warsaw2016-11-30 20:57:31 +0000
commit36a17d6ef058d61c9f866c66f3d9c74703fb72cc (patch)
tree4ac6f4060582744159e612b66b88b86e241a0d6e /src/mailman/runners/rest.py
parentcb498d3e960af6c741fac9896d8a60bab9f79865 (diff)
parent4a8b154e92acc76cdb437f2dc57543f67e1390a3 (diff)
downloadmailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.tar.gz
mailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.tar.zst
mailman-36a17d6ef058d61c9f866c66f3d9c74703fb72cc.zip
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')