[Spambayes-checkins] spambayes/contrib sb_bnserver.py,1.1,1.2

Toby Dickenson htrd at users.sourceforge.net
Fri Mar 26 02:36:39 EST 2004


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

Modified Files:
	sb_bnserver.py 
Log Message:
remove debugging print

Index: sb_bnserver.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/contrib/sb_bnserver.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sb_bnserver.py	25 Mar 2004 19:53:15 -0000	1.1
--- sb_bnserver.py	26 Mar 2004 07:36:36 -0000	1.2
***************
*** 162,166 ****
      from spambayes import Options
      path = os.path.split(Options.__file__)[0]+'/../scripts'
-     print >> sys.stderr, path
      if path not in sys.path:
          sys.path.append(path)
--- 162,165 ----




More information about the Spambayes-checkins mailing list