summaryrefslogtreecommitdiff
path: root/src/mailman/runners/rest.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-11-29 18:51:05 -0500
committerBarry Warsaw2016-11-29 18:51:05 -0500
commitfe22ebdb98d125db840c980cbd953a8fbc2e5cdf (patch)
tree3673d5edcb84b8ff3a81950e8606491f1132fed3 /src/mailman/runners/rest.py
parentcb498d3e960af6c741fac9896d8a60bab9f79865 (diff)
downloadmailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.gz
mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.zst
mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.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')