summaryrefslogtreecommitdiff
path: root/lang/python/tests/initial.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/tests/initial.py')
-rwxr-xr-xlang/python/tests/initial.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/tests/initial.py b/lang/python/tests/initial.py
index ebe7f8a..49e4f82 100755
--- a/lang/python/tests/initial.py
+++ b/lang/python/tests/initial.py
@@ -24,7 +24,8 @@ import os
import subprocess
import gpg
import support
-support.init_gpgme(gpg.constants.protocol.OpenPGP)
+
+print("Using gpg module from {0!r}.".format(os.path.dirname(gpg.__file__)))
subprocess.check_call([os.path.join(os.getenv('top_srcdir'),
"tests", "start-stop-agent"), "--start"])