summaryrefslogtreecommitdiffstats
path: root/ffi/lang
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-23 12:26:25 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-01-23 12:26:25 +0100
commitf94ec71325f400e19560a3199aa48b6e60d2e686 (patch)
treeafc04b7acf6debc3a89282c210bdfa4d8a17f6ee /ffi/lang
parent35567167e9a40dff7c40d46650ba120e4c72f7ae (diff)
openpgp-ffi: Wrap TPK.
Diffstat (limited to 'ffi/lang')
-rw-r--r--ffi/lang/python/sequoia/openpgp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffi/lang/python/sequoia/openpgp.py b/ffi/lang/python/sequoia/openpgp.py
index 404d9797..c1de3b37 100644
--- a/ffi/lang/python/sequoia/openpgp.py
+++ b/ffi/lang/python/sequoia/openpgp.py
@@ -83,6 +83,8 @@ class TPK(SQObject):
_del = lib.pgp_tpk_free
_clone = lib.pgp_tpk_clone
_eq = lib.pgp_tpk_equal
+ _str = lib.pgp_tpk_to_string
+ _debug = lib.pgp_tpk_debug
@classmethod
def from_reader(cls, ctx, reader):