aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-encrypt-sym.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/tests/t-encrypt-sym.py')
-rwxr-xr-xlang/python/tests/t-encrypt-sym.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/python/tests/t-encrypt-sym.py b/lang/python/tests/t-encrypt-sym.py
index 07e6b62c..c15955a9 100755
--- a/lang/python/tests/t-encrypt-sym.py
+++ b/lang/python/tests/t-encrypt-sym.py
@@ -24,8 +24,6 @@ import os
import gpg
import support
-support.init_gpgme(gpg.constants.protocol.OpenPGP)
-
for passphrase in ("abc", b"abc"):
c = gpg.Context()
c.set_armor(True)