From: <lu...@us...> - 2009-11-12 12:34:50
|
Revision: 324 http://pyscard.svn.sourceforge.net/pyscard/?rev=324&view=rev Author: ludov Date: 2009-11-12 12:34:38 +0000 (Thu, 12 Nov 2009) Log Message: ----------- output reformat Modified Paths: -------------- trunk/contrib/parseATR/parseATR.py Modified: trunk/contrib/parseATR/parseATR.py =================================================================== --- trunk/contrib/parseATR/parseATR.py 2009-11-12 12:32:36 UTC (rev 323) +++ trunk/contrib/parseATR/parseATR.py 2009-11-12 12:34:38 UTC (rev 324) @@ -691,6 +691,6 @@ card = match_atr(ATR) if card: - print "\nPossibly identified card:", " ".join(card) + print "Possibly identified card:", " ".join(card) else: - print "\nUnknown card" + print "Unknown card" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |