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'),