[Spambayes-checkins] spambayes hammiefilter.py,1.11,1.12

Skip Montanaro montanaro at users.sourceforge.net
Thu Jan 23 06:57:29 EST 2003


Update of /cvsroot/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv14406

Modified Files:
	hammiefilter.py 
Log Message:
needs to exit after processing -h


Index: hammiefilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/hammiefilter.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** hammiefilter.py	22 Jan 2003 05:23:17 -0000	1.11
--- hammiefilter.py	23 Jan 2003 14:57:23 -0000	1.12
***************
*** 143,146 ****
--- 143,147 ----
          if opt in ('-h', '--help'):
              usage(0)
+             sys.exit(0)
          elif opt in ('-x', '--examples'):
              examples()





More information about the Spambayes-checkins mailing list