From: <lu...@us...> - 2009-10-21 15:53:19
|
Revision: 322 http://pyscard.svn.sourceforge.net/pyscard/?rev=322&view=rev Author: ludov Date: 2009-10-21 15:53:13 +0000 (Wed, 21 Oct 2009) Log Message: ----------- remove extra ": " Modified Paths: -------------- trunk/contrib/parseATR/parseATR.py Modified: trunk/contrib/parseATR/parseATR.py =================================================================== --- trunk/contrib/parseATR/parseATR.py 2009-10-21 15:50:17 UTC (rev 321) +++ trunk/contrib/parseATR/parseATR.py 2009-10-21 15:53:13 UTC (rev 322) @@ -638,7 +638,7 @@ text.append(["----"]) if (atr.has_key("hb")): - t = ["Historical bytes: "] + t = ["Historical bytes"] t.append(toHexString(atr["hb"])) text.append(t) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |