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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Sep 19 16:10:02 UTC 2014


Author: rousseau
Date: 2014-09-19 16:10:02 +0000 (Fri, 19 Sep 2014)
New Revision: 6997

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

SCardConnect_DIRECT2.py:36: 'sys' imported but unused


Modified: trunk/PCSC/UnitaryTests/SCardConnect_DIRECT2.py
===================================================================
--- trunk/PCSC/UnitaryTests/SCardConnect_DIRECT2.py	2014-09-19 16:09:23 UTC (rev 6996)
+++ trunk/PCSC/UnitaryTests/SCardConnect_DIRECT2.py	2014-09-19 16:10:02 UTC (rev 6997)
@@ -33,7 +33,6 @@
 
 from smartcard.scard import *
 from smartcard.pcsc.PCSCExceptions import *
-import sys
 
 SELECT = [0x00, 0xA4, 0x00, 0x00, 0x02, 0x3F, 0x00]
 




More information about the Pcsclite-cvs-commit mailing list