From 5a0c5fcd6371f1e1b5b18b2888d9e3304e402177 Mon Sep 17 00:00:00 2001 From: Shijie Luo Date: Tue, 18 Feb 2020 09:43:11 +0800 Subject: [PATCH] pcsc-lite:change to use python3 for pcsc-spy pcsc-spy is needed when we compile pcsc-lite, change to use python3 instead of python2. Signed-off-by: Shijie Luo --- src/spy/pcsc-spy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spy/pcsc-spy b/src/spy/pcsc-spy index bf49482..7b9c5f3 100755 --- a/src/spy/pcsc-spy +++ b/src/spy/pcsc-spy @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/python3 """ # Display PC/SC functions arguments -- 1.8.3.1