From 2cafadb2a15da6f1bce00591abd12986dc868b08 Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Wed, 24 Jun 2015 15:42:49 +0200 Subject: [PATCH] ccid_select.py: added comment;this file is test code --- usb_application/ccid_select.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usb_application/ccid_select.py b/usb_application/ccid_select.py index 443381c0..264d6ae3 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