[Zodb-checkins] CVS: Zope/lib/python/ZEO/tests -
	zeoserver.py:1.19.6.6
    Jeremy Hylton 
    jeremy at zope.com
       
    Wed Oct  8 10:15:56 EDT 2003
    
    
  
Update of /cvs-repository/Zope/lib/python/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv667
Modified Files:
      Tag: Zope-2_7-branch
	zeoserver.py 
Log Message:
add missing import
=== Zope/lib/python/ZEO/tests/zeoserver.py 1.19.6.5 => 1.19.6.6 ===
--- Zope/lib/python/ZEO/tests/zeoserver.py:1.19.6.5	Tue Oct  7 15:51:52 2003
+++ Zope/lib/python/ZEO/tests/zeoserver.py	Wed Oct  8 10:15:55 2003
@@ -20,6 +20,7 @@
 import getopt
 import random
 import socket
+import signal
 import asyncore
 import threading
 import ThreadedAsync.LoopCallback
    
    
More information about the Zodb-checkins
mailing list