[Pcsclite-git-commit] [PCSC] 01/03: FEATURE_GET_TLV_PROPERTIES.py: remove extra import

Ludovic Rousseau rousseau at moszumanska.debian.org
Thu Jun 30 17:01:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository PCSC.

commit b136ffd7e2cf543184504c7e14f90036b0275643
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Jun 30 16:53:15 2016 +0200

    FEATURE_GET_TLV_PROPERTIES.py: remove extra import
    
    Do not import symbols not used.
---
 UnitaryTests/FEATURE_GET_TLV_PROPERTIES.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/UnitaryTests/FEATURE_GET_TLV_PROPERTIES.py b/UnitaryTests/FEATURE_GET_TLV_PROPERTIES.py
index d689099..9501a03 100755
--- a/UnitaryTests/FEATURE_GET_TLV_PROPERTIES.py
+++ b/UnitaryTests/FEATURE_GET_TLV_PROPERTIES.py
@@ -25,8 +25,7 @@
 # option of the CCID driver Info.plist file
 
 from smartcard.System import readers
-from smartcard.pcsc.PCSCPart10 import (getFeatureRequest, hasFeature,
-    getTlvProperties, FEATURE_CCID_ESC_COMMAND, SCARD_SHARE_DIRECT)
+from smartcard.pcsc.PCSCPart10 import getTlvProperties, SCARD_SHARE_DIRECT
 
 # use the first reader
 card_connection = readers()[0].createConnection()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list