diff options
| author | Barry Warsaw | 2016-03-27 22:14:47 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-03-27 22:14:47 -0400 |
| commit | 532045c68c6325fa90d74572b6c035c666470849 (patch) | |
| tree | e5acc8183a22cb03ac30d155675904fb23ca05fb /src/mailman/rest/wsgiapp.py | |
| parent | d13e7ece87ceefadcb5273e93e5b0caeade0e600 (diff) | |
| download | mailman-532045c68c6325fa90d74572b6c035c666470849.tar.gz mailman-532045c68c6325fa90d74572b6c035c666470849.tar.zst mailman-532045c68c6325fa90d74572b6c035c666470849.zip | |
Diffstat (limited to 'src/mailman/rest/wsgiapp.py')
| -rw-r--r-- | src/mailman/rest/wsgiapp.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/rest/wsgiapp.py b/src/mailman/rest/wsgiapp.py index 6184da4ee..2c22948bb 100644 --- a/src/mailman/rest/wsgiapp.py +++ b/src/mailman/rest/wsgiapp.py @@ -27,8 +27,8 @@ from mailman import public from mailman.config import config from mailman.database.transaction import transactional from mailman.rest.root import Root -from wsgiref.simple_server import WSGIRequestHandler, WSGIServer -from wsgiref.simple_server import make_server as wsgi_server +from wsgiref.simple_server import ( + WSGIRequestHandler, WSGIServer, make_server as wsgi_server) log = logging.getLogger('mailman.http') |
