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

Modified Files:
      Tag: release_1_0-branch
        Options.py 
Log Message:
Backport Options reload bug fix.

Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.107.4.1
retrieving revision 1.107.4.2
diff -C2 -d -r1.107.4.1 -r1.107.4.2
*** Options.py  15 Oct 2004 05:54:54 -0000      1.107.4.1
--- Options.py  4 Jan 2005 03:04:54 -0000       1.107.4.2
***************
*** 1175,1178 ****
--- 1175,1182 ----
      options.load_defaults(defaults)
  
+     # Maybe we are reloading.
+     if optionsPathname:
+         options.merge_file(optionsPathname)
+ 
      alternate = None
      if hasattr(os, 'getenv'):

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

Reply via email to