[Pcsclite-cvs-commit] r4790 - /trunk/PCSC/UnitaryTests/control_get_firmware.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Mar 4 13:38:27 UTC 2010


Author: rousseau
Date: Thu Mar  4 13:38:26 2010
New Revision: 4790

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4790
Log:
remove useless import

Modified:
    trunk/PCSC/UnitaryTests/control_get_firmware.py

Modified: trunk/PCSC/UnitaryTests/control_get_firmware.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/control_get_firmware.py?rev=4790&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/control_get_firmware.py (original)
+++ trunk/PCSC/UnitaryTests/control_get_firmware.py Thu Mar  4 13:38:26 2010
@@ -19,7 +19,6 @@
 
 from smartcard.pcsc.PCSCReader import readers
 from smartcard.pcsc.PCSCPart10 import *
-from smartcard.util import toHexString
 
 for reader in readers():
     cardConnection = reader.createConnection()




More information about the Pcsclite-cvs-commit mailing list