diff options
author | Kali Kaneko <kali@futeisha.org> | 2015-06-08 16:46:11 -0400 |
---|---|---|
committer | Kali Kaneko <kali@futeisha.org> | 2015-06-08 16:46:11 -0400 |
commit | a5d46a4e38985be540b9127ddcd3d8e21bbecb9a (patch) | |
tree | c6e0d6b8d38c29b742d73b4975dd556208a74696 /docs/smartcard-idea.txt | |
parent | 4bd0fa843176a112c054929fbe6dd99f45d718a2 (diff) |
Imported Upstream version 2.0.2
Diffstat (limited to 'docs/smartcard-idea.txt')
-rw-r--r-- | docs/smartcard-idea.txt | 10 |
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. |