diff options
| author | Barry Warsaw | 2010-02-25 19:01:32 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2010-02-25 19:01:32 -0500 |
| commit | 296d14ea3081c0041a7445a2b157e57f5214c708 (patch) | |
| tree | 572761f28c9f24c488ccf7e6b508f36489741128 /src/mailman/queue/rest.py | |
| parent | 3fd1dc135b0ad865e48b9038546ba1e1452b5897 (diff) | |
| download | mailman-296d14ea3081c0041a7445a2b157e57f5214c708.tar.gz mailman-296d14ea3081c0041a7445a2b157e57f5214c708.tar.zst mailman-296d14ea3081c0041a7445a2b157e57f5214c708.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') |
