diff options
author | Justus Winter <[email protected]> | 2016-05-24 15:22:08 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-05-24 16:00:16 +0000 |
commit | 7bc9cc717e428f48d4b27016f44c9f3900b1fba6 (patch) | |
tree | 23af4206eb2268aa8157b6354b2410feab22e520 /lang/python/gpgme.i | |
parent | python: Move the base wrapper class. (diff) | |
download | gpgme-7bc9cc717e428f48d4b27016f44c9f3900b1fba6.tar.gz gpgme-7bc9cc717e428f48d4b27016f44c9f3900b1fba6.zip |
python: Make all GnuPG errors available.
* lang/python/Makefile.am (errors.i): Generate file.
* lang/python/gpgme.i: Include generated file.
* lang/python/pyme/errors.py: Pull in all errors and error sources.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | lang/python/gpgme.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/gpgme.i b/lang/python/gpgme.i index a82efb55..84bc6e98 100644 --- a/lang/python/gpgme.i +++ b/lang/python/gpgme.i @@ -259,7 +259,7 @@ PyObject* object_to_gpgme_t(PyObject* input, const char* objtype, int argnum) { %} %include "gpgme.h" -%constant long EOF = GPG_ERR_EOF; +%include "errors.i" // Generating and handling pointers-to-pointers. |