From: <lu...@us...> - 2010-06-23 12:27:38
|
Revision: 499 http://pyscard.svn.sourceforge.net/pyscard/?rev=499&view=rev Author: ludov Date: 2010-06-23 12:27:32 +0000 (Wed, 23 Jun 2010) Log Message: ----------- make pep8 happy Modified Paths: -------------- trunk/pyscard/src/smartcard/pcsc/PCSCExceptions.py Modified: trunk/pyscard/src/smartcard/pcsc/PCSCExceptions.py =================================================================== --- trunk/pyscard/src/smartcard/pcsc/PCSCExceptions.py 2010-06-23 12:26:49 UTC (rev 498) +++ trunk/pyscard/src/smartcard/pcsc/PCSCExceptions.py 2010-06-23 12:27:32 UTC (rev 499) @@ -113,5 +113,5 @@ if __name__ == "__main__": try: raise EstablishContextException(smartcard.scard.SCARD_E_NO_MEMORY) - except BaseSCardException,exc: + except BaseSCardException, exc: print exc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |