[Spambayes-checkins] SF.net SVN: spambayes:[3193] trunk/spambayes/spambayes/Stats.py
montanaro at users.sourceforge.net
montanaro at users.sourceforge.net
Tue Nov 25 02:57:51 CET 2008
Revision: 3193
http://spambayes.svn.sourceforge.net/spambayes/?rev=3193&view=rev
Author: montanaro
Date: 2008-11-25 01:57:51 +0000 (Tue, 25 Nov 2008)
Log Message:
-----------
pylint
Modified Paths:
--------------
trunk/spambayes/spambayes/Stats.py
Modified: trunk/spambayes/spambayes/Stats.py
===================================================================
--- trunk/spambayes/spambayes/Stats.py 2008-11-25 01:57:18 UTC (rev 3192)
+++ trunk/spambayes/spambayes/Stats.py 2008-11-25 01:57:51 UTC (rev 3193)
@@ -403,6 +403,6 @@
return chunks
-if __name__=='__main__':
+if __name__ == '__main__':
s = Stats()
print "\n".join(s.GetStats())
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Spambayes-checkins
mailing list