[Zope3-checkins] CVS: Zope3/src/zodb/zeo/tests - zeoserver.py:1.5.2.1

Jeremy Hylton jeremy@zope.com
Thu, 23 Jan 2003 11:58:26 -0500


Update of /cvs-repository/Zope3/src/zodb/zeo/tests
In directory cvs.zope.org:/tmp/cvs-serv12686/zeo/tests

Modified Files:
      Tag: new-pickle-branch
	zeoserver.py 
Log Message:
Backport fix from trunk.


=== Zope3/src/zodb/zeo/tests/zeoserver.py 1.5 => 1.5.2.1 ===
--- Zope3/src/zodb/zeo/tests/zeoserver.py:1.5	Thu Jan  9 06:59:29 2003
+++ Zope3/src/zodb/zeo/tests/zeoserver.py	Thu Jan 23 11:58:23 2003
@@ -112,7 +112,7 @@
     def run(self):
         # If this process doesn't exit in 60 seconds, commit suicide
         time.sleep(60)
-        from zeo.tests.forker import shutdown_zeo_server
+        from zodb.zeo.tests.forker import shutdown_zeo_server
         # XXX If the -k option was given to zeoserver, then the process will
         # go away but the temp files won't get cleaned up.
         shutdown_zeo_server(self._adminaddr)