From: <lu...@us...> - 2009-11-22 14:25:30
|
Revision: 332 http://pyscard.svn.sourceforge.net/pyscard/?rev=332&view=rev Author: ludov Date: 2009-11-22 14:25:23 +0000 (Sun, 22 Nov 2009) Log Message: ----------- parseATR.py:672:30: E251 no spaces around keyword / parameter equals Modified Paths: -------------- trunk/contrib/parseATR/parseATR.py Modified: trunk/contrib/parseATR/parseATR.py =================================================================== --- trunk/contrib/parseATR/parseATR.py 2009-11-22 14:16:37 UTC (rev 331) +++ trunk/contrib/parseATR/parseATR.py 2009-11-22 14:25:23 UTC (rev 332) @@ -669,7 +669,7 @@ return "\n".join([colorize(t) for t in text]) -def match_atr(atr, atr_file = "smartcard_list.txt"): +def match_atr(atr, atr_file="smartcard_list.txt"): """ try to find card description for a given ATR """ card = [] atr = toHexString(normalize(atr)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |