[Pcsclite-cvs-commit] r6996 - trunk/PCSC/UnitaryTests

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Sep 19 16:09:23 UTC 2014


Author: rousseau
Date: 2014-09-19 16:09:23 +0000 (Fri, 19 Sep 2014)
New Revision: 6996

Modified:
   trunk/PCSC/UnitaryTests/SCardGetAttrib.py
Log:
Fix pyflakes warning

SCardGetAttrib.py:25: 'sys' imported but unused


Modified: trunk/PCSC/UnitaryTests/SCardGetAttrib.py
===================================================================
--- trunk/PCSC/UnitaryTests/SCardGetAttrib.py	2014-09-19 16:06:13 UTC (rev 6995)
+++ trunk/PCSC/UnitaryTests/SCardGetAttrib.py	2014-09-19 16:09:23 UTC (rev 6996)
@@ -22,7 +22,6 @@
 
 from smartcard.scard import *
 from smartcard.pcsc.PCSCExceptions import *
-import sys
 
 hresult, hcontext = SCardEstablishContext(SCARD_SCOPE_USER)
 if hresult != SCARD_S_SUCCESS:




More information about the Pcsclite-cvs-commit mailing list