ccid_select.py: added comment;this file is test code

This commit is contained in:
Christina Quast 2015-06-24 15:42:49 +02:00
parent 19ed529dee
commit 2cafadb2a1
1 changed files with 2 additions and 0 deletions

View File

@ -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