aboutsummaryrefslogtreecommitdiffstats
path: root/wrappers/swig/tests/pubkey.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/swig/tests/pubkey.py')
-rw-r--r--wrappers/swig/tests/pubkey.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/wrappers/swig/tests/pubkey.py b/wrappers/swig/tests/pubkey.py
deleted file mode 100644
index 456c52069..000000000
--- a/wrappers/swig/tests/pubkey.py
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/python
-
-import botan
-
-key = botan.X509_PublicKey("rsapub.pem")
-print key
-print key.key_id()
-print key.max_input_bits
-print key.algo
-print key.oid