diff options
author | drebs <drebs@leap.se> | 2013-01-24 12:38:54 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-01-24 12:38:54 -0200 |
commit | e07024c40a9cf74a2df2ba671b0fc677f3cbcc85 (patch) | |
tree | 1fcbdf1791fd1a9e9fa611bc43338dbb9bfe5f71 /__init__.py | |
parent | 71df5a4431bce607550eec4425f4fdfbdbfa2af7 (diff) |
Fix GPGWrapper send_keys logging.
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/__init__.py b/__init__.py index cbd4bb0d..c83627f0 100644 --- a/__init__.py +++ b/__init__.py @@ -46,11 +46,6 @@ 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 |