summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-01-22 19:36:42 -0200
committerKali Kaneko <kali@leap.se>2017-02-09 17:41:50 +0100
commit6793ff931a5fea247d5bd1634d48a789f5e7d845 (patch)
treec82ce5f341a9e9c13ef2ce9191bd2b5c28a14847
parentce0aed6d832f2f49c9306c8ccb6dd128cca1c511 (diff)
[refactor] rename server auth classes
-rw-r--r--server/src/leap/soledad/server/_wsgi.py6
1 files changed, 1 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>.
"""
-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