summaryrefslogtreecommitdiff
path: root/src/mailman/rest/wsgiapp.py
diff options
context:
space:
mode:
authorEric Searcy2015-07-29 19:16:50 -0700
committerBarry Warsaw2017-02-10 11:58:53 -0500
commit7cd3d7e9022a614ef424c266f542c1e5ea52666e (patch)
tree7f9f4320bd988271e70a06a7314fb728bad460c8 /src/mailman/rest/wsgiapp.py
parent2a4cade68d4d77c6107e090a39fad4a3011ee81d (diff)
downloadmailman-7cd3d7e9022a614ef424c266f542c1e5ea52666e.tar.gz
mailman-7cd3d7e9022a614ef424c266f542c1e5ea52666e.tar.zst
mailman-7cd3d7e9022a614ef424c266f542c1e5ea52666e.zip
Diffstat (limited to 'src/mailman/rest/wsgiapp.py')
-rw-r--r--src/mailman/rest/wsgiapp.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mailman/rest/wsgiapp.py b/src/mailman/rest/wsgiapp.py
index 83922ce9d..70d756405 100644
--- a/src/mailman/rest/wsgiapp.py
+++ b/src/mailman/rest/wsgiapp.py
@@ -216,11 +216,7 @@ class RootedAPI(API):
@public
def make_application():
- """Create the WSGI application.
-
- Use this if you want to integrate Mailman's REST server with your own WSGI
- server.
- """
+ """Return a callable WSGI application object."""
return RootedAPI(Root())