SVN: ZODB/trunk/src/ZEO/ Cleaned up some uneeded imports.

Jim Fulton <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20090728200731.712E094178__26335.8338423588$1248811665$gmane$org@cvs.zope.org>
Log message for revision 102359:
  Cleaned up some uneeded imports.
  

Changed:
  U   ZODB/trunk/src/ZEO/ClientStorage.py
  U   ZODB/trunk/src/ZEO/ServerStub.py
  U   ZODB/trunk/src/ZEO/zrpc/client.py
  U   ZODB/trunk/src/ZEO/zrpc/smac.py

-=-
Modified: ZODB/trunk/src/ZEO/ClientStorage.py
===================================================================
--- ZODB/trunk/src/ZEO/ClientStorage.py	2009-07-28 20:07:28 UTC (rev 102358)
+++ ZODB/trunk/src/ZEO/ClientStorage.py	2009-07-28 20:07:30 UTC (rev 102359)
@@ -28,7 +28,6 @@
 from ZEO.zrpc.client import ConnectionManager
 from ZODB import POSException
 from ZODB import utils
-from ZODB.loglevels import BLATHER
 import BTrees.IOBTree
 import cPickle
 import logging

Modified: ZODB/trunk/src/ZEO/ServerStub.py
===================================================================
--- ZODB/trunk/src/ZEO/ServerStub.py	2009-07-28 20:07:28 UTC (rev 102358)
+++ ZODB/trunk/src/ZEO/ServerStub.py	2009-07-28 20:07:30 UTC (rev 102359)
@@ -13,7 +13,6 @@
 ##############################################################################
 """RPC stubs for interface exported by StorageServer."""
 
-import os
 import time
 
 ##

Modified: ZODB/trunk/src/ZEO/zrpc/client.py
===================================================================
--- ZODB/trunk/src/ZEO/zrpc/client.py	2009-07-28 20:07:28 UTC (rev 102358)
+++ ZODB/trunk/src/ZEO/zrpc/client.py	2009-07-28 20:07:30 UTC (rev 102359)
@@ -11,11 +11,9 @@
 # FOR A PARTICULAR PURPOSE
 #
 ##############################################################################
-import asyncore
 import errno
 import select
 import socket
-import sys
 import threading
 import time
 import types

Modified: ZODB/trunk/src/ZEO/zrpc/smac.py
===================================================================
--- ZODB/trunk/src/ZEO/zrpc/smac.py	2009-07-28 20:07:28 UTC (rev 102358)
+++ ZODB/trunk/src/ZEO/zrpc/smac.py	2009-07-28 20:07:30 UTC (rev 102359)
@@ -34,12 +34,9 @@
 import socket
 import struct
 import threading
-import logging
 from types import StringType
 
-from ZODB.loglevels import TRACE
-
-from ZEO.zrpc.log import log, short_repr
+from ZEO.zrpc.log import log
 from ZEO.zrpc.error import DisconnectedError
 import ZEO.hash
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.