diff options
Diffstat (limited to 'src/leap/soledad/server')
-rw-r--r-- | src/leap/soledad/server/_wsgi.py | 2 | ||||
-rw-r--r-- | src/leap/soledad/server/entrypoints.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/soledad/server/_wsgi.py b/src/leap/soledad/server/_wsgi.py index f6ff6b26..f1b0018d 100644 --- a/src/leap/soledad/server/_wsgi.py +++ b/src/leap/soledad/server/_wsgi.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# application.py +# _wsgi.py # Copyright (C) 2016 LEAP # # This program is free software: you can redistribute it and/or modify diff --git a/src/leap/soledad/server/entrypoints.py b/src/leap/soledad/server/entrypoints.py index ff2f333a..7f521dba 100644 --- a/src/leap/soledad/server/entrypoints.py +++ b/src/leap/soledad/server/entrypoints.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# entrypoint.py +# entrypoints.py # Copyright (C) 2016 LEAP # # This program is free software: you can redistribute it and/or modify @@ -50,7 +50,7 @@ class LocalServicesEntrypoint(SoledadSession): portal = localPortal() SoledadSession.__init__(self, portal) -# see the comments in application.py recarding why couch state has to be +# see the comments in _wsgi.py recarding why couch state has to be # initialized when the reactor is running |