summaryrefslogtreecommitdiff
path: root/docs/smartcard-idea.txt
diff options
context:
space:
mode:
authorKali Kaneko <kali@futeisha.org>2015-06-08 16:46:12 -0400
committerKali Kaneko <kali@futeisha.org>2015-06-08 16:46:12 -0400
commitb91ea5f9974471c8f596a42eb5023c693a9da450 (patch)
tree04d71c67be68d8d069fdf3b355e71b7a1f8e7813 /docs/smartcard-idea.txt
parent3488c8fa0078576ab35e463c33fe8e3e47e34e61 (diff)
parenta5d46a4e38985be540b9127ddcd3d8e21bbecb9a (diff)
Merge tag 'upstream/2.0.2'
Upstream version 2.0.2
Diffstat (limited to 'docs/smartcard-idea.txt')
-rw-r--r--docs/smartcard-idea.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/smartcard-idea.txt b/docs/smartcard-idea.txt
deleted file mode 100644
index 4d8d880..0000000
--- a/docs/smartcard-idea.txt
+++ /dev/null
@@ -1,10 +0,0 @@
->>> import gnupg
->>> gpg = gnupg.GPG()
->>> gpg.sc = gnupg.SmartCard() ## this could be done in gnupg.GPG.__init__() too
->>> gpg.sc.detected()
-True
->>> gpg.sc.serialno()
-1234567890abcdef
->>> gpg.sc.learn()
-<some card info data gets put into gpg.sc attributes>
->>> gpg.sc.