Commit 5b81d251 authored by Jim Fulton's avatar Jim Fulton

Cleaned up some uneeded imports.

parent 1e9e830b
...@@ -28,7 +28,6 @@ from ZEO.TransactionBuffer import TransactionBuffer ...@@ -28,7 +28,6 @@ from ZEO.TransactionBuffer import TransactionBuffer
from ZEO.zrpc.client import ConnectionManager from ZEO.zrpc.client import ConnectionManager
from ZODB import POSException from ZODB import POSException
from ZODB import utils from ZODB import utils
from ZODB.loglevels import BLATHER
import BTrees.IOBTree import BTrees.IOBTree
import cPickle import cPickle
import logging import logging
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
############################################################################## ##############################################################################
"""RPC stubs for interface exported by StorageServer.""" """RPC stubs for interface exported by StorageServer."""
import os
import time import time
## ##
......
...@@ -11,11 +11,9 @@ ...@@ -11,11 +11,9 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
import asyncore
import errno import errno
import select import select
import socket import socket
import sys
import threading import threading
import time import time
import types import types
......
...@@ -34,12 +34,9 @@ except ImportError: ...@@ -34,12 +34,9 @@ except ImportError:
import socket import socket
import struct import struct
import threading import threading
import logging
from types import StringType from types import StringType
from ZODB.loglevels import TRACE from ZEO.zrpc.log import log
from ZEO.zrpc.log import log, short_repr
from ZEO.zrpc.error import DisconnectedError from ZEO.zrpc.error import DisconnectedError
import ZEO.hash import ZEO.hash
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment