aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/tests')
-rwxr-xr-xlang/python/tests/initial.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/tests/initial.py b/lang/python/tests/initial.py
index ebe7f8ad..4a02762b 100755
--- a/lang/python/tests/initial.py
+++ b/lang/python/tests/initial.py
@@ -24,6 +24,9 @@ import os
import subprocess
import gpg
import support
+
+print("Using gpg module from {0!r}.".format(os.path.dirname(gpg.__file__)))
+
support.init_gpgme(gpg.constants.protocol.OpenPGP)
subprocess.check_call([os.path.join(os.getenv('top_srcdir'),