Update of /cvsroot/spambayes/spambayes/windows/py2exe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31476/windows/py2exe

Modified Files:
        setup_all.py 
Log Message:
Fix refrences to French language resources.

Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** setup_all.py        7 Apr 2005 04:23:50 -0000       1.23
--- setup_all.py        7 Apr 2005 05:57:47 -0000       1.24
***************
*** 38,44 ****
      packages = "spambayes.resources,encodings,spambayes.languages," \
                 "spambayes.languages.es,spambayes.languages.es_AR," \
!                "spambayes.languages.fr_FR,spambayes.languages.es.DIALOGS," \
                 "spambayes.languages.es_AR.DIALOGS," \
!                "spambayes.languages.fr_FR.DIALOGS",
      excludes = "win32ui,pywin,pywin.debugger", # pywin is a package, and 
still seems to be included.
      includes = "dialogs.resources.dialogs,weakref", # Outlook dynamic dialogs
--- 38,44 ----
      packages = "spambayes.resources,encodings,spambayes.languages," \
                 "spambayes.languages.es,spambayes.languages.es_AR," \
!                "spambayes.languages.fr,spambayes.languages.es.DIALOGS," \
                 "spambayes.languages.es_AR.DIALOGS," \
!                "spambayes.languages.fr.DIALOGS",
      excludes = "win32ui,pywin,pywin.debugger", # pywin is a package, and 
still seems to be included.
      includes = "dialogs.resources.dialogs,weakref", # Outlook dynamic dialogs

_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins

Reply via email to