From: <jda...@us...> - 2008-08-14 15:16:13
|
Revision: 211 http://pyscard.svn.sourceforge.net/pyscard/?rev=211&view=rev Author: jdaussel Date: 2008-08-14 15:16:20 +0000 (Thu, 14 Aug 2008) Log Message: ----------- Added missing import of ListReadersException Modified Paths: -------------- trunk/pyscard/src/smartcard/pcsc/PCSCCardRequest.py Modified: trunk/pyscard/src/smartcard/pcsc/PCSCCardRequest.py =================================================================== --- trunk/pyscard/src/smartcard/pcsc/PCSCCardRequest.py 2008-08-14 15:10:48 UTC (rev 210) +++ trunk/pyscard/src/smartcard/pcsc/PCSCCardRequest.py 2008-08-14 15:16:20 UTC (rev 211) @@ -25,7 +25,7 @@ import threading, time from smartcard.AbstractCardRequest import AbstractCardRequest -from smartcard.Exceptions import CardRequestTimeoutException, CardRequestException +from smartcard.Exceptions import CardRequestTimeoutException, CardRequestException, ListReadersException from smartcard.pcsc.PCSCReader import PCSCReader from smartcard.pcsc.PCSCContext import PCSCContext from smartcard import Card This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |