[Spambayes-checkins] spambayes/Outlook2000/installer crank.py, 1.2, 1.3 spambayes_addin.py, 1.1, 1.2

Tim Peters tim_one at users.sourceforge.net
Tue Dec 16 00:06:35 EST 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000/installer
In directory sc8-pr-cvs1:/tmp/cvs-serv12349/Outlook2000/installer

Modified Files:
	crank.py spambayes_addin.py 
Log Message:
Whitespace normalization.


Index: crank.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/installer/crank.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** crank.py	10 Aug 2003 07:06:12 -0000	1.2
--- crank.py	16 Dec 2003 05:06:33 -0000	1.3
***************
*** 41,45 ****
          return 1
      return 0
!     
  if __name__=='__main__':
      main()
--- 41,45 ----
          return 1
      return 0
! 
  if __name__=='__main__':
      main()

Index: spambayes_addin.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/installer/spambayes_addin.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spambayes_addin.py	20 Feb 2003 08:16:31 -0000	1.1
--- spambayes_addin.py	16 Dec 2003 05:06:33 -0000	1.2
***************
*** 34,38 ****
              DllUnregisterServer()
              break
!         
          # MS seems to like /automate to run the class factories.
          if string.find(arg, "/automate") > -1:
--- 34,38 ----
              DllUnregisterServer()
              break
! 
          # MS seems to like /automate to run the class factories.
          if string.find(arg, "/automate") > -1:





More information about the Spambayes-checkins mailing list