From: <lu...@us...> - 2009-11-28 15:38:25
|
Revision: 361 http://pyscard.svn.sourceforge.net/pyscard/?rev=361&view=rev Author: ludov Date: 2009-11-28 15:38:19 +0000 (Sat, 28 Nov 2009) Log Message: ----------- reformat comment Modified Paths: -------------- trunk/contrib/parseATR/parseATR.py Modified: trunk/contrib/parseATR/parseATR.py =================================================================== --- trunk/contrib/parseATR/parseATR.py 2009-11-28 15:26:22 UTC (rev 360) +++ trunk/contrib/parseATR/parseATR.py 2009-11-28 15:38:19 UTC (rev 361) @@ -26,7 +26,7 @@ class ParseAtrException(exceptions.Exception): - """Base class for exceptions in this module.""" + """ Base class for exceptions in this module """ def __init__(self, text): self.text = text This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |