From 0de59ff963a97014d47a2652e7216e135a39014e Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 23 Jan 2019 12:34:53 +0100 Subject: openpgp-ffi: Remove pgp_tpk_dump. - This function was used early on to demonstrate the FFI layer. It can now be expressed using pgp_tpk_debug(). --- ffi/lang/python/sequoia/openpgp.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ffi/lang') diff --git a/ffi/lang/python/sequoia/openpgp.py b/ffi/lang/python/sequoia/openpgp.py index c1de3b37..de567c09 100644 --- a/ffi/lang/python/sequoia/openpgp.py +++ b/ffi/lang/python/sequoia/openpgp.py @@ -127,9 +127,6 @@ class TPK(SQObject): raise Error._last(self.context()) self.ref_replace(new) - def dump(self): - lib.pgp_tpk_dump(self.ref()) - class Kind(Enum): Message = lib.PGP_ARMOR_KIND_MESSAGE PublicKey = lib.PGP_ARMOR_KIND_PUBLICKEY -- cgit v1.2.3