From a5d46a4e38985be540b9127ddcd3d8e21bbecb9a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 8 Jun 2015 16:46:11 -0400 Subject: Imported Upstream version 2.0.2 --- docs/smartcard-idea.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 docs/smartcard-idea.txt (limited to 'docs/smartcard-idea.txt') 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() - ->>> gpg.sc. -- cgit v1.2.3