[bridgedb/develop] Remove unused GPGME variables in bridgedb.crypto.

commit 9d7377bf8ef23da3b4e80d60a31b447de3af986b Author: Isis Lovecruft <isis@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-E... -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."""
participants (1)
-
isis@torproject.org