diff options
Diffstat (limited to 'src/leap/soledad/server/entrypoints.py')
-rw-r--r-- | src/leap/soledad/server/entrypoints.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |