[Zodb-checkins] CVS: ZODB/src/ZEO - ClientStorage.py:1.121 DebugServer.py:1.4 cache.py:1.6 runzeo.py:1.22 zeoctl.py:1.2

Martijn Faassen m.faassen at vet.uu.nl
Thu Feb 26 19:32:24 EST 2004


Update of /cvs-repository/ZODB/src/ZEO
In directory cvs.zope.org:/tmp/cvs-serv1093/src/ZEO

Modified Files:
	ClientStorage.py DebugServer.py cache.py runzeo.py zeoctl.py 
Log Message:
Remove unused imports.


=== ZODB/src/ZEO/ClientStorage.py 1.120 => 1.121 ===
--- ZODB/src/ZEO/ClientStorage.py:1.120	Tue Feb 17 20:13:03 2004
+++ ZODB/src/ZEO/ClientStorage.py	Thu Feb 26 19:31:51 2004
@@ -29,8 +29,7 @@
 from ZEO import ServerStub
 from ZEO.cache import ClientCache
 from ZEO.TransactionBuffer import TransactionBuffer
-from ZEO.Exceptions import ClientStorageError, UnrecognizedResult, \
-     ClientDisconnected, AuthError
+from ZEO.Exceptions import ClientStorageError, ClientDisconnected, AuthError
 from ZEO.auth import get_module
 from ZEO.zrpc.client import ConnectionManager
 


=== ZODB/src/ZEO/DebugServer.py 1.3 => 1.4 ===
--- ZODB/src/ZEO/DebugServer.py:1.3	Mon Nov  3 13:56:31 2003
+++ ZODB/src/ZEO/DebugServer.py	Thu Feb 26 19:31:51 2004
@@ -16,7 +16,7 @@
 import struct
 import time
 
-from ZEO.StorageServer import StorageServer, ZEOStorage, log
+from ZEO.StorageServer import StorageServer, log
 from ZEO.zrpc.server import ManagedServerConnection
 
 # a bunch of codes


=== ZODB/src/ZEO/cache.py 1.5 => 1.6 ===
--- ZODB/src/ZEO/cache.py:1.5	Fri Jan  2 10:14:58 2004
+++ ZODB/src/ZEO/cache.py	Thu Feb 26 19:31:51 2004
@@ -29,8 +29,6 @@
 import tempfile
 import time
 
-from sets import Set
-
 from ZODB.utils import z64, u64
 
 ##


=== ZODB/src/ZEO/runzeo.py 1.21 => 1.22 ===
--- ZODB/src/ZEO/runzeo.py:1.21	Wed Jan 14 14:00:51 2004
+++ ZODB/src/ZEO/runzeo.py	Thu Feb 26 19:31:51 2004
@@ -34,7 +34,6 @@
 
 import os
 import sys
-import getopt
 import signal
 import socket
 


=== ZODB/src/ZEO/zeoctl.py 1.1 => 1.2 ===
--- ZODB/src/ZEO/zeoctl.py:1.1	Fri Oct 24 17:29:43 2003
+++ ZODB/src/ZEO/zeoctl.py	Thu Feb 26 19:31:51 2004
@@ -3,7 +3,6 @@
 import os
 
 import ZEO
-import zLOG
 import zdaemon.zdctl
 
 




More information about the Zodb-checkins mailing list