|
From: <lu...@us...> - 2015-02-18 17:37:43
|
Revision: 666
http://sourceforge.net/p/pyscard/code/666
Author: ludov
Date: 2015-02-18 17:37:41 +0000 (Wed, 18 Feb 2015)
Log Message:
-----------
Fix PEP8
parseATR.py:904:9: E265 block comment should start with '# '
Modified Paths:
--------------
trunk/contrib/parseATR/parseATR.py
Modified: trunk/contrib/parseATR/parseATR.py
===================================================================
--- trunk/contrib/parseATR/parseATR.py 2015-02-18 17:36:47 UTC (rev 665)
+++ trunk/contrib/parseATR/parseATR.py 2015-02-18 17:37:41 UTC (rev 666)
@@ -901,7 +901,7 @@
if len(sys.argv) > 1:
ATR = " ".join(sys.argv[1:])
else:
- #ATR = "3B A7 00 40 18 80 65 A2 08 01 01 52"
+ # ATR = "3B A7 00 40 18 80 65 A2 08 01 01 52"
ATR = "3F FF 95 00 FF 91 81 71 A0 47 00 44 4E 41 53 50 30 31 31 20 52 65 76 42 30 36 4E"
atr = parseATR(ATR)
print "ATR:", toHexString(normalize(ATR))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|