[Spambayes-checkins] spambayes/Outlook2000/sandbox delete_outlook_field.py,1.1,1.2

Tim Peters tim_one@users.sourceforge.net
Fri Nov 1 02:04:39 2002


Update of /cvsroot/spambayes/spambayes/Outlook2000/sandbox
In directory usw-pr-cvs1:/tmp/cvs-serv5945/Outlook2000/sandbox

Modified Files:
	delete_outlook_field.py 
Log Message:
Whitespace normalization.


Index: delete_outlook_field.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/sandbox/delete_outlook_field.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** delete_outlook_field.py	31 Oct 2002 21:57:00 -0000	1.1
--- delete_outlook_field.py	1 Nov 2002 02:04:03 -0000	1.2
***************
*** 69,73 ****
                                            None,
                                            mapi.MAPI_MODIFY | mapi.MAPI_DEFERRED_ERRORS)
!     
      table = mapi_folder.GetContentsTable(0)
      prop_ids = PR_ENTRYID,
--- 69,73 ----
                                            None,
                                            mapi.MAPI_MODIFY | mapi.MAPI_DEFERRED_ERRORS)
! 
      table = mapi_folder.GetContentsTable(0)
      prop_ids = PR_ENTRYID,
***************
*** 152,156 ****
      print msg
  
!     
  def main():
      import getopt
--- 152,156 ----
      print msg
  
! 
  def main():
      import getopt