aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/support.py
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-06-02 13:18:40 +0000
committerJustus Winter <[email protected]>2016-06-06 12:16:04 +0000
commitae06f7c2fe0e49baeab5a827dc38ba8c57a6404c (patch)
treedb0440d851f2c3a8524715ee943c8695eb4dd9a6 /lang/python/tests/support.py
parentpython: Drop obsolete VCS keywords. (diff)
downloadgpgme-ae06f7c2fe0e49baeab5a827dc38ba8c57a6404c.tar.gz
gpgme-ae06f7c2fe0e49baeab5a827dc38ba8c57a6404c.zip
python: Initialize GPGME for the user.
* lang/python/pyme/core.py: Call 'check_version' and explain why. * lang/python/tests/support.py (init_gpgme): Drop call here. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/tests/support.py')
-rw-r--r--lang/python/tests/support.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/python/tests/support.py b/lang/python/tests/support.py
index 99d96cf6..8bafea8b 100644
--- a/lang/python/tests/support.py
+++ b/lang/python/tests/support.py
@@ -23,7 +23,6 @@ def make_filename(name):
return os.path.join(os.environ['top_srcdir'], 'tests', 'gpg', name)
def init_gpgme(proto):
- core.check_version()
core.engine_check_version(proto)
verbose = int(os.environ.get('verbose', 0)) > 1