aboutsummaryrefslogtreecommitdiffstats
path: root/utils.py
diff options
context:
space:
mode:
authorhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2006-05-18 16:26:21 +0000
committerhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2006-05-18 16:26:21 +0000
commitf2bb9004cbaab3388fc6b8cdb1c0e4155b5a9e8d (patch)
treeb10bd80b775c5b35135d5b64132749acdb7bda9c /utils.py
parentc68e8bba2e0ed2b576d1775b082de68beea63216 (diff)
more bugfixes. open_secure_channel does now work
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@54 f711b948-2313-0410-aaa9-d29f33439f0b
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.py b/utils.py
index 1fb7c94..9c6c7b4 100644
--- a/utils.py
+++ b/utils.py
@@ -155,7 +155,7 @@ class APDU(object):
"The data contents of this APDU")
def _setbyte(self, name, value):
- print "setbyte(%r, %r)" % (name, value)
+ #print "setbyte(%r, %r)" % (name, value)
if isinstance(value, int):
setattr(self, "_"+name, value)
elif isinstance(value, str):