diff options
Diffstat (limited to 'lang/python/tests/t-signers.py')
-rwxr-xr-x | lang/python/tests/t-signers.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/python/tests/t-signers.py b/lang/python/tests/t-signers.py index 80e797c9..5864ee5f 100755 --- a/lang/python/tests/t-signers.py +++ b/lang/python/tests/t-signers.py @@ -53,8 +53,6 @@ def check_result(r, typ): "23FD347A419429BACCD5E72D6BC4778054ACD246"): fail("Wrong fingerprint reported: {}".format(signature.fpr)) - -support.init_gpgme(gpg.constants.protocol.OpenPGP) c = gpg.Context() c.set_textmode(True) c.set_armor(True) |