[tor-commits] [bridgedb/master] Remove unused GPGME variables in bridgedb.crypto.

isis at torproject.org isis at torproject.org
Sat Mar 21 02:03:02 UTC 2015


commit 9d7377bf8ef23da3b4e80d60a31b447de3af986b
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Feb 24 01:43:47 2015 +0000

    Remove unused GPGME variables in bridgedb.crypto.
---
 lib/bridgedb/crypto.py |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib/bridgedb/crypto.py b/lib/bridgedb/crypto.py
index 6bb5c7d..c17957b 100644
--- a/lib/bridgedb/crypto.py
+++ b/lib/bridgedb/crypto.py
@@ -80,12 +80,6 @@ except TypeError:  # pragma: no cover
 else:
     NEW_BUFFER_INTERFACE = True
 
-#: Settings for the GPGME Context and `Crypto Engine`_.
-#: .. _`Crypto Engine`:
-#:      http://www.gnupg.org/documentation/manuals/gpgme/Crypto-Engine.html#Crypto-Engine
-GPGME_CONTEXT_HOMEDIR = '.gnupg'
-GPGME_CONTEXT_BINARY = which('gpg2') or which('gpg')  # These will be lists
-
 
 class PKCS1PaddingError(Exception):
     """Raised when there is a problem adding or removing PKCS#1 padding."""





More information about the tor-commits mailing list