[git] GPGME - branch, master, updated. gpgme-1.8.0-92-g4139877
by Justus Winter
cvs at cvs.gnupg.org
Thu Mar 2 16:07:49 CET 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, master has been updated
via 41398779abbcb1ec2d7491e141469a752fc706ff (commit)
from ef035f079fb067f207e5477d5ed6c5a68fb41f59 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 41398779abbcb1ec2d7491e141469a752fc706ff
Author: Justus Winter <justus at g10code.com>
Date: Thu Mar 2 16:06:29 2017 +0100
python: Print path of the Python module used during tests.
* lang/python/tests/initial.py: Print path of the Python module used
during tests. Useful to detect if by any mistake the wrong module is
picked up.
Signed-off-by: Justus Winter <justus at g10code.com>
diff --git a/lang/python/tests/initial.py b/lang/python/tests/initial.py
index ebe7f8a..4a02762 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'),
-----------------------------------------------------------------------
Summary of changes:
lang/python/tests/initial.py | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list