[Spambayes-checkins] spambayes/spambayes storage.py,1.20,1.21

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Aug 25 03:10:02 EDT 2003


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

Modified Files:
	storage.py 
Log Message:
Rouge comma.

Index: storage.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/storage.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** storage.py	25 Aug 2003 09:00:37 -0000	1.20
--- storage.py	25 Aug 2003 09:10:00 -0000	1.21
***************
*** 607,611 ****
          klass = PickledClassifier
      try:
!         if isinstance(data_source_name), type(())):
              return klass(*data_source_name)
          return klass(data_source_name)
--- 607,611 ----
          klass = PickledClassifier
      try:
!         if isinstance(data_source_name, type(())):
              return klass(*data_source_name)
          return klass(data_source_name)





More information about the Spambayes-checkins mailing list