summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
Diffstat (limited to 'ffi')
-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):