aboutsummaryrefslogtreecommitdiffstats
path: root/cyberflex-shell.py
diff options
context:
space:
mode:
authorhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2006-11-19 21:10:41 +0000
committerhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2006-11-19 21:10:41 +0000
commit586a2049e22e86b200d10e94628bcf185566852c (patch)
tree77c47881569f41c1a6deecdaa423c3a12e1d2677 /cyberflex-shell.py
parenta0d78cf3a654730d86de073d4813c1f4c59b0c61 (diff)
should've tested that ...
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@130 f711b948-2313-0410-aaa9-d29f33439f0b
Diffstat (limited to 'cyberflex-shell.py')
-rwxr-xr-xcyberflex-shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyberflex-shell.py b/cyberflex-shell.py
index 2d86f18..f80b210 100755
--- a/cyberflex-shell.py
+++ b/cyberflex-shell.py
@@ -315,7 +315,7 @@ class Cyberflex_Shell(Shell):
return self.do_apdu(apdu)
- def do_apdu(apdu):
+ def do_apdu(self, apdu):
response = self.card.send_apdu(apdu)
if len(response.data) > 0: ## The SW is already printed by _print_sw as a post_hook