aboutsummaryrefslogtreecommitdiffstats
path: root/cards
diff options
context:
space:
mode:
authorhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2006-10-25 13:31:43 +0000
committerhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2006-10-25 13:31:43 +0000
commitdb5f07df0436b5a5c389374b1fa66a2407eabab7 (patch)
tree71e1ee971e8624252d4e17f238e8843cdead2c12 /cards
parentb3ea921b2f6062c7b6c00e22606c38be932081e9 (diff)
minor tweaks
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@120 f711b948-2313-0410-aaa9-d29f33439f0b
Diffstat (limited to 'cards')
-rw-r--r--cards/tcos_card.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cards/tcos_card.py b/cards/tcos_card.py
index b041c5c..92701ba 100644
--- a/cards/tcos_card.py
+++ b/cards/tcos_card.py
@@ -159,7 +159,7 @@ class TCOS_Card(ISO_7816_4_Card,building_blocks.Card_with_80_aa):
elif len(secrets) == 1:
partresponse.append(" needs " + secrets[0])
elif len(secrets) == 0:
- partresponse.append(" is always allowed")
+ partresponse.append(" always allowed")
def decode_key(value):
partresponse.append( (value&0x80) and "local" or "global" )