aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-edit.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/tests/t-edit.py')
-rwxr-xr-xlang/python/tests/t-edit.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/python/tests/t-edit.py b/lang/python/tests/t-edit.py
index bd70e7ee..7ac3626f 100755
--- a/lang/python/tests/t-edit.py
+++ b/lang/python/tests/t-edit.py
@@ -51,8 +51,6 @@ class KeyEditor(object):
return result
-support.init_gpgme(gpg.constants.protocol.OpenPGP)
-
c = gpg.Context()
c.set_pinentry_mode(gpg.constants.PINENTRY_MODE_LOOPBACK)
c.set_passphrase_cb(lambda *args: "abc")