[Spambayes-checkins] spambayes/pspam/pspam options.py,1.4,1.5

Anthony Baxter anthonybaxter at users.sourceforge.net
Tue Jan 28 19:23:36 EST 2003


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

Modified Files:
	options.py 
Log Message:
Whitespace n11n
(if localization can be l10n, normalization can be n11n :)


Index: options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/pspam/pspam/options.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** options.py	20 Jan 2003 15:05:45 -0000	1.4
--- options.py	29 Jan 2003 03:23:34 -0000	1.5
***************
*** 1,5 ****
  from spambayes.Options import options, all_options, \
       boolean_cracker, float_cracker, int_cracker, string_cracker
! try: 
      from sets import Set
  except ImportError:
--- 1,5 ----
  from spambayes.Options import options, all_options, \
       boolean_cracker, float_cracker, int_cracker, string_cracker
! try:
      from sets import Set
  except ImportError:





More information about the Spambayes-checkins mailing list