diff options
author | antialias <antialias@leap.se> | 2013-01-24 11:38:18 -0500 |
---|---|---|
committer | antialias <antialias@leap.se> | 2013-01-24 11:38:18 -0500 |
commit | cbdd369c00fda7e8d04dc2c422cbab9d5ad59c7d (patch) | |
tree | 9a18fefee8c22ea4341a7ff4b8b6d73f517820e4 /src/leap/soledad/__init__.py | |
parent | 66c40125df7c39d0a83cfa2fc2873de6bfbc7496 (diff) | |
parent | 1a9eb8218722ae64643c8e77f381c5609a89e18f (diff) |
Merge branch 'develop' of ssh://leap.se/leap_client into develop
Diffstat (limited to 'src/leap/soledad/__init__.py')
-rw-r--r-- | src/leap/soledad/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/leap/soledad/__init__.py b/src/leap/soledad/__init__.py index faacd70c..c83627f0 100644 --- a/src/leap/soledad/__init__.py +++ b/src/leap/soledad/__init__.py @@ -46,10 +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 |