[Zodb-checkins] CVS: Packages/ZEO - multi.py:1.1.2.4
jeremy@digicool.com
jeremy@digicool.com
Tue, 1 May 2001 18:43:13 -0400 (EDT)
Update of /cvs-repository/Packages/ZEO/tests
In directory korak:/tmp/cvs-serv21067
Modified Files:
Tag: ZEO-ZRPC-Dev
multi.py
Log Message:
remove unused shutdown_server() function
--- Updated File multi.py in package Packages/ZEO --
--- multi.py 2001/05/01 18:43:53 1.1.2.3
+++ multi.py 2001/05/01 22:43:12 1.1.2.4
@@ -106,12 +106,6 @@
print "Client completed:", pid
-def shutdown_server(addr):
- import ZEO.ClientStorage
- # XXX this doesn't work!
- cli = ZEO.ClientStorage.ClientStorage(addr)
- cli._server.rpc.callAsync('shutdown')
-
def main():
if VERBOSE:
print "Main process:", os.getpid()