diff options
author | drebs <drebs@leap.se> | 2013-02-14 20:52:12 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-02-14 20:52:12 -0200 |
commit | 023bfa360d85387d2c76a9de9059bcb1b294006c (patch) | |
tree | d0dc496a91adda66dab9c0b0e9dc6873f42c02af /__init__.py | |
parent | 2005acb21a8ac678b5efb65873b1e0a56dd6a4ea (diff) |
Make gpg use AES256 for symmetric encryption.
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index 16a7da0c..6329cf30 100644 --- a/__init__.py +++ b/__init__.py @@ -70,7 +70,6 @@ class Soledad(object): # one for symmetric encryption. self._db = sqlcipher.open(self.LOCAL_DB_PATH, True, self._secret, soledad=self) - def close(self): """ |