aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristina Quast <chrysh.ng+git@gmail.com>2015-06-24 15:42:49 +0200
committerChristina Quast <chrysh.ng+git@gmail.com>2015-06-24 15:42:55 +0200
commit2cafadb2a15da6f1bce00591abd12986dc868b08 (patch)
tree53006c44b343a8458980532cc47c391789f8c49c
parent19ed529dee5f6e3ba810e1d9e4db9c604f29a583 (diff)
ccid_select.py: added comment;this file is test code
-rwxr-xr-xusb_application/ccid_select.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/usb_application/ccid_select.py b/usb_application/ccid_select.py
index 443381c..264d6ae 100755
--- a/usb_application/ccid_select.py
+++ b/usb_application/ccid_select.py
@@ -1,4 +1,6 @@
#!/usr/bin/env python
+# This is only test code for testing the smartcard communication
+# by sending a test command and printing the answer of the smartcard.
from smartcard.scard import *
import smartcard.util