diff options
| author | Barry Warsaw | 2010-03-03 22:23:39 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2010-03-03 22:23:39 -0500 |
| commit | 088bc1bbb2f21bdfb7df9a52fde841323263d541 (patch) | |
| tree | ea7d2dab552b973cd9e3055a2287ac51a774cda9 /src/mailman/queue/rest.py | |
| parent | 392f53559b0baacab1fc4cf48d9452f42d318565 (diff) | |
| parent | 1bee98cb58461121af5c4482beb247c6cd503a20 (diff) | |
| download | mailman-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.py | 2 |
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') |
