minimal nPA emulation. use it to fetch and print a chat. uses pypace
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@643 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -35,7 +35,7 @@ parser.add_option("-r", "--reader", action="store", type="int",
|
||||
help="Number of reader for relaying")
|
||||
parser.add_option("-t", "--type", action="store", type="choice",
|
||||
default='iso7816',
|
||||
choices=['iso7816', 'cryptoflex', 'ePass', 'relay'],
|
||||
choices=['iso7816', 'cryptoflex', 'ePass', 'nPA', 'relay'],
|
||||
help="Type of Smartcard [default: %default]")
|
||||
(options, args) = parser.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user