summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/shared_db.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-07-23 14:01:43 -0400
committerKali Kaneko <kali@leap.se>2015-07-23 14:03:01 -0400
commit6cdcb2e32ff0876847c6ab4aba99dfc087da0617 (patch)
tree9c7fb55d86d97c6a385bbc39548aa70d92d92fd3 /client/src/leap/soledad/client/shared_db.py
parente35341d57ac5fa87be5de64d62e219a105389c4c (diff)
[style] pep8 cleanup
to make all CIs happy :)
Diffstat (limited to 'client/src/leap/soledad/client/shared_db.py')
-rw-r--r--client/src/leap/soledad/client/shared_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/leap/soledad/client/shared_db.py b/client/src/leap/soledad/client/shared_db.py
index f1a2642e..6abf8ea3 100644
--- a/client/src/leap/soledad/client/shared_db.py
+++ b/client/src/leap/soledad/client/shared_db.py
@@ -115,7 +115,7 @@ class SoledadSharedDatabase(http_database.HTTPDatabase, TokenBasedAuth):
:rtype: SoledadSharedDatabase
"""
# XXX fix below, doesn't work with tests.
- #if syncable and not url.startswith('https://'):
+ # if syncable and not url.startswith('https://'):
# raise ImproperlyConfiguredError(
# "Remote soledad server must be an https URI")
db = SoledadSharedDatabase(url, uuid, creds=creds)