summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--__init__.py5
-rw-r--r--util.py1
2 files changed, 6 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py
index c83627f0..cbd4bb0d 100644
--- a/__init__.py
+++ b/__init__.py
@@ -46,6 +46,11 @@ class Soledad(object):
# Management of secret for symmetric encryption
#-------------------------------------------------------------------------
+
+ #-------------------------------------------------------------------------
+ # Management of secret for symmetric encryption
+ #-------------------------------------------------------------------------
+
def _has_secret(self):
"""
Verify if secret for symmetric encryption exists on local encrypted
diff --git a/util.py b/util.py
index 00625e86..319d28ab 100644
--- a/util.py
+++ b/util.py
@@ -53,3 +53,4 @@ class GPGWrapper(gnupg.GPG):
logger.debug('send_keys result: %r', result.__dict__)
data.close()
return result
+