From 6793ff931a5fea247d5bd1634d48a789f5e7d845 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 22 Jan 2017 19:36:42 -0200 Subject: [refactor] rename server auth classes --- server/src/leap/soledad/server/_wsgi.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'server/src/leap') diff --git a/server/src/leap/soledad/server/_wsgi.py b/server/src/leap/soledad/server/_wsgi.py index c00d00ae..37a03ced 100644 --- a/server/src/leap/soledad/server/_wsgi.py +++ b/server/src/leap/soledad/server/_wsgi.py @@ -15,11 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -A WSGI application to serve as the root resource of the webserver. - -Use it like this: - - twistd web --wsgi=leap.soledad.server.application.wsgi_application +A WSGI application that serves Soledad synchronization. """ from twisted.internet import reactor from twisted.python import threadpool -- cgit v1.2.3