From: <lu...@us...> - 2012-09-29 12:41:16
|
Revision: 606 http://pyscard.svn.sourceforge.net/pyscard/?rev=606&view=rev Author: ludov Date: 2012-09-29 12:41:06 +0000 (Sat, 29 Sep 2012) Log Message: ----------- Fix typo Modified Paths: -------------- trunk/contrib/parseATR/parseATR.py Modified: trunk/contrib/parseATR/parseATR.py =================================================================== --- trunk/contrib/parseATR/parseATR.py 2012-09-29 12:09:39 UTC (rev 605) +++ trunk/contrib/parseATR/parseATR.py 2012-09-29 12:41:06 UTC (rev 606) @@ -140,7 +140,7 @@ try: atr["TCK"] = atr_txt[last] except IndexError: - atr["TCK"] = -1; + atr["TCK"] = -1 last += 1 if len(atr_txt) > last: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |