aboutsummaryrefslogtreecommitdiffstats
path: root/cards
diff options
context:
space:
mode:
authorHenryk Plötz <henryk@ploetzli.ch>2010-10-15 19:00:51 +0200
committerHenryk Plötz <henryk@ploetzli.ch>2010-10-18 06:05:57 +0200
commit144efe1cf76cfb985e5e5e580ba3573781890b67 (patch)
tree2560064864bb8687fa4f92b972846df4c22ad407 /cards
parente3433526753f07dd500352ded6e5bcbbb8c39e2e (diff)
Abstract out command class
Diffstat (limited to 'cards')
-rw-r--r--cards/iso_card.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cards/iso_card.py b/cards/iso_card.py
index fa6085d..edb8a3e 100644
--- a/cards/iso_card.py
+++ b/cards/iso_card.py
@@ -6,6 +6,7 @@ from utils import C_APDU, R_APDU
class ISO_Card(Card):
DRIVER_NAME = ["ISO"]
COMMAND_GET_RESPONSE = C_APDU(ins=0xc0)
+ COMMAND_CLASS = C_APDU
APDU_VERIFY_PIN = C_APDU(ins=0x20)