diff options
Diffstat (limited to 'lang/python/tests/t-sign.py')
-rwxr-xr-x | lang/python/tests/t-sign.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/python/tests/t-sign.py b/lang/python/tests/t-sign.py index 9418ed88..d3757294 100755 --- a/lang/python/tests/t-sign.py +++ b/lang/python/tests/t-sign.py @@ -53,8 +53,6 @@ def check_result(r, typ): if signature.fpr != "A0FF4590BB6122EDEF6E3C542D727CC768697734": 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) |