summaryrefslogtreecommitdiff
path: root/server/src/leap/soledad/server/entrypoint.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-01-23 18:53:16 -0200
committerKali Kaneko <kali@leap.se>2017-02-09 17:41:50 +0100
commitaccd15d5842640ba4cd9a5a1e6024a2ef5f7eb06 (patch)
tree1d406c53acfad8f6b7f8853aac8e32d903c9fdda /server/src/leap/soledad/server/entrypoint.py
parent6793ff931a5fea247d5bd1634d48a789f5e7d845 (diff)
[feature] announce server blobs capabilities
- add a new ServerInfo resource for / - move entrypoint to its own module
Diffstat (limited to 'server/src/leap/soledad/server/entrypoint.py')
-rw-r--r--server/src/leap/soledad/server/entrypoint.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/server/src/leap/soledad/server/entrypoint.py b/server/src/leap/soledad/server/entrypoint.py
index 714490ae..cfc557a3 100644
--- a/server/src/leap/soledad/server/entrypoint.py
+++ b/server/src/leap/soledad/server/entrypoint.py
@@ -30,11 +30,8 @@ conf = get_config
class SoledadEntrypoint(SoledadSession):
- # the purpose of the entrypoint is to avoid trying to load the
- # configuration file during tests. This class will be more useful when we
- # add the blobs feature toggle. For now, the whole entrypoint
-
- pass
+ def __init__(self):
+ SoledadSession.__init__(self, conf)
# see the comments in application.py recarding why couch state has to be