[Spambayes-checkins] spambayes/spambayes Dibbler.py,1.9,1.10

Skip Montanaro montanaro at users.sourceforge.net
Thu Dec 11 13:40:56 EST 2003


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

Modified Files:
	Dibbler.py 
Log Message:
conservative pychecker cleanup


Index: Dibbler.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Dibbler.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Dibbler.py	6 Nov 2003 23:44:59 -0000	1.9
--- Dibbler.py	11 Dec 2003 18:40:54 -0000	1.10
***************
*** 728,732 ****
      """Run a self-test."""
      # Run the calendar server in a separate thread.
!     import re, threading, urllib
      testServerReady = threading.Event()
      threading.Thread(target=runTestServer, args=(testServerReady,)).start()
--- 728,732 ----
      """Run a self-test."""
      # Run the calendar server in a separate thread.
!     import threading, urllib
      testServerReady = threading.Event()
      threading.Thread(target=runTestServer, args=(testServerReady,)).start()





More information about the Spambayes-checkins mailing list