summaryrefslogtreecommitdiffstats
path: root/ffi/lang
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-23 12:34:53 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-01-23 12:38:16 +0100
commit0de59ff963a97014d47a2652e7216e135a39014e (patch)
treeb104df2527e402dcc99808fda60271f1d701d1ef /ffi/lang
parentf94ec71325f400e19560a3199aa48b6e60d2e686 (diff)
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().
Diffstat (limited to 'ffi/lang')
-rw-r--r--ffi/lang/python/sequoia/openpgp.py3
1 files changed, 0 insertions, 3 deletions
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