[Spambayes-checkins] spambayes/windows/py2exe setup_all.py, 1.10, 1.11

Mark Hammond mhammond at users.sourceforge.net
Tue Dec 23 01:05:23 EST 2003


Update of /cvsroot/spambayes/spambayes/windows/py2exe
In directory sc8-pr-cvs1:/tmp/cvs-serv1757

Modified Files:
	setup_all.py 
Log Message:
default_bayes_customize.ini was going into the wrong directory.


Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** setup_all.py	23 Dec 2003 03:20:28 -0000	1.10
--- setup_all.py	23 Dec 2003 06:05:20 -0000	1.11
***************
*** 111,115 ****
      ["docs/outlook/docs", glob.glob(os.path.join(sb_top_dir, r"Outlook2000\docs\*.html"))],
      ["docs/outlook/docs/images", glob.glob(os.path.join(sb_top_dir, r"Outlook2000\docs\images\*.jpg"))],
!     ["docs/outlook", [os.path.join(sb_top_dir, r"Outlook2000\default_bayes_customize.ini")]],
  ]
  proxy_data_files = [
--- 111,115 ----
      ["docs/outlook/docs", glob.glob(os.path.join(sb_top_dir, r"Outlook2000\docs\*.html"))],
      ["docs/outlook/docs/images", glob.glob(os.path.join(sb_top_dir, r"Outlook2000\docs\images\*.jpg"))],
!     ["bin", [os.path.join(sb_top_dir, r"Outlook2000\default_bayes_customize.ini")]],
  ]
  proxy_data_files = [





More information about the Spambayes-checkins mailing list