[Spambayes-checkins] spambayes/Outlook2000 export.py,1.2,1.3

Mark Hammond mhammond at users.sourceforge.net
Sun Mar 9 15:13:35 EST 2003


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

Modified Files:
	export.py 
Log Message:
Default 'Data' directory has changed with the old directory reorg.


Index: export.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/export.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** export.py	21 Nov 2002 12:06:55 -0000	1.2
--- export.py	9 Mar 2003 23:13:31 -0000	1.3
***************
*** 99,103 ****
  
      if len(args)==0:
!         directory = os.path.join(os.path.dirname(sys.argv[0]), "..\\Data")
      else:
          directory = args[0]
--- 99,103 ----
  
      if len(args)==0:
!         directory = os.path.join(os.path.dirname(sys.argv[0]), "..\\spambayes\\Data")
      else:
          directory = args[0]





More information about the Spambayes-checkins mailing list