aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-verify.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/tests/t-verify.py')
-rwxr-xr-xlang/python/tests/t-verify.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/python/tests/t-verify.py b/lang/python/tests/t-verify.py
index f18e1ddc..03476382 100755
--- a/lang/python/tests/t-verify.py
+++ b/lang/python/tests/t-verify.py
@@ -97,8 +97,6 @@ def check_result(result, summary, validity, fpr, status, notation):
sig.validity, validity)
assert gpg.errors.GPGMEError(sig.validity_reason).getcode() == gpg.errors.NO_ERROR
-
-support.init_gpgme(gpg.constants.protocol.OpenPGP)
c = gpg.Context()
c.set_armor(True)