summaryrefslogtreecommitdiff
path: root/src/mailman/queue/rest.py
diff options
context:
space:
mode:
authorBarry Warsaw2010-03-03 22:23:39 -0500
committerBarry Warsaw2010-03-03 22:23:39 -0500
commit088bc1bbb2f21bdfb7df9a52fde841323263d541 (patch)
treeea7d2dab552b973cd9e3055a2287ac51a774cda9 /src/mailman/queue/rest.py
parent392f53559b0baacab1fc4cf48d9452f42d318565 (diff)
parent1bee98cb58461121af5c4482beb247c6cd503a20 (diff)
downloadmailman-088bc1bbb2f21bdfb7df9a52fde841323263d541.tar.gz
mailman-088bc1bbb2f21bdfb7df9a52fde841323263d541.tar.zst
mailman-088bc1bbb2f21bdfb7df9a52fde841323263d541.zip
Diffstat (limited to 'src/mailman/queue/rest.py')
-rw-r--r--src/mailman/queue/rest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/queue/rest.py b/src/mailman/queue/rest.py
index a14f0b081..a7c9727e2 100644
--- a/src/mailman/queue/rest.py
+++ b/src/mailman/queue/rest.py
@@ -32,7 +32,7 @@ import signal
import logging
from mailman.queue import Runner
-from mailman.rest.webservice import make_server
+from mailman.rest.wsgiapp import make_server
log = logging.getLogger('mailman.http')