[Zope3-checkins] CVS: ZODB/src/ZEO/tests - ConnectionTests.py:1.52
ThreadTests.py:1.8 forker.py:1.41 multi.py:1.12 speed.py:1.11
stress.py:1.10 testAuth.py:1.7 testMonitor.py:1.9
testZEO.py:1.79 testZEOOptions.py:1.3 zeoserver.py:1.25
Martijn Faassen
m.faassen at vet.uu.nl
Thu Feb 26 19:32:24 EST 2004
Update of /cvs-repository/ZODB/src/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv1093/src/ZEO/tests
Modified Files:
ConnectionTests.py ThreadTests.py forker.py multi.py speed.py
stress.py testAuth.py testMonitor.py testZEO.py
testZEOOptions.py zeoserver.py
Log Message:
Remove unused imports.
=== ZODB/src/ZEO/tests/ConnectionTests.py 1.51 => 1.52 ===
--- ZODB/src/ZEO/tests/ConnectionTests.py:1.51 Fri Jan 9 15:41:11 2004
+++ ZODB/src/ZEO/tests/ConnectionTests.py Thu Feb 26 19:31:52 2004
@@ -16,7 +16,6 @@
import sys
import time
import random
-import socket
import asyncore
import tempfile
import threading
@@ -27,7 +26,6 @@
from ZEO.ClientStorage import ClientStorage
from ZEO.Exceptions import ClientDisconnected
from ZEO.zrpc.marshal import Marshaller
-from ZEO.zrpc.error import DisconnectedError
from ZEO.tests import forker
from ZODB.DB import DB
=== ZODB/src/ZEO/tests/ThreadTests.py 1.7 => 1.8 ===
--- ZODB/src/ZEO/tests/ThreadTests.py:1.7 Fri Jan 17 12:20:04 2003
+++ ZODB/src/ZEO/tests/ThreadTests.py Thu Feb 26 19:31:52 2004
@@ -19,7 +19,6 @@
from ZODB.tests.StorageTestBase import zodb_pickle, MinPO
import ZEO.ClientStorage
-from ZEO.Exceptions import ClientDisconnected
ZERO = '\0'*8
=== ZODB/src/ZEO/tests/forker.py 1.40 => 1.41 ===
--- ZODB/src/ZEO/tests/forker.py:1.40 Wed Oct 15 10:41:29 2003
+++ ZODB/src/ZEO/tests/forker.py Thu Feb 26 19:31:52 2004
@@ -17,7 +17,6 @@
import sys
import time
import errno
-import random
import socket
import StringIO
import tempfile
=== ZODB/src/ZEO/tests/multi.py 1.11 => 1.12 ===
--- ZODB/src/ZEO/tests/multi.py:1.11 Fri Nov 28 11:44:48 2003
+++ ZODB/src/ZEO/tests/multi.py Thu Feb 26 19:31:52 2004
@@ -19,7 +19,6 @@
import persistent.mapping
from ZEO.tests import forker
-import asyncore
import os
import tempfile
import time
=== ZODB/src/ZEO/tests/speed.py 1.10 => 1.11 ===
--- ZODB/src/ZEO/tests/speed.py:1.10 Fri Nov 28 11:44:48 2003
+++ ZODB/src/ZEO/tests/speed.py Thu Feb 26 19:31:52 2004
@@ -42,12 +42,11 @@
"""
import asyncore
-import sys, os, getopt, string, time
+import sys, os, getopt, time
##sys.path.insert(0, os.getcwd())
-import ZODB, ZODB.FileStorage
+import ZODB
import persistent
-import ZEO.ClientStorage, ZEO.StorageServer
from ZEO.tests import forker
from ZODB.POSException import ConflictError
=== ZODB/src/ZEO/tests/stress.py 1.9 => 1.10 ===
--- ZODB/src/ZEO/tests/stress.py:1.9 Mon Nov 3 13:56:31 2003
+++ ZODB/src/ZEO/tests/stress.py Thu Feb 26 19:31:52 2004
@@ -23,11 +23,9 @@
from ZODB.MappingStorage import MappingStorage
from ZEO.tests import forker
from ZODB.tests import MinPO
-import zLOG
import os
import random
-import sys
import types
NUM_TRANSACTIONS_PER_CONN = 10
=== ZODB/src/ZEO/tests/testAuth.py 1.6 => 1.7 ===
--- ZODB/src/ZEO/tests/testAuth.py:1.6 Wed Dec 24 11:02:01 2003
+++ ZODB/src/ZEO/tests/testAuth.py Thu Feb 26 19:31:52 2004
@@ -18,16 +18,9 @@
import time
import unittest
-import zLOG
-
-from ThreadedAsync import LoopCallback
from ZEO import zeopasswd
-from ZEO.ClientStorage import ClientStorage
from ZEO.Exceptions import ClientDisconnected
-from ZEO.StorageServer import StorageServer
from ZEO.tests.ConnectionTests import CommonSetupTearDown
-
-from ZODB.FileStorage import FileStorage
class AuthTest(CommonSetupTearDown):
__super_getServerConfig = CommonSetupTearDown.getServerConfig
=== ZODB/src/ZEO/tests/testMonitor.py 1.8 => 1.9 ===
--- ZODB/src/ZEO/tests/testMonitor.py:1.8 Fri Nov 28 11:44:48 2003
+++ ZODB/src/ZEO/tests/testMonitor.py Thu Feb 26 19:31:52 2004
@@ -17,7 +17,6 @@
"""
import socket
-import time
import unittest
from ZEO.tests.ConnectionTests import CommonSetupTearDown
=== ZODB/src/ZEO/tests/testZEO.py 1.78 => 1.79 ===
--- ZODB/src/ZEO/tests/testZEO.py:1.78 Tue Feb 17 20:13:02 2004
+++ ZODB/src/ZEO/tests/testZEO.py Thu Feb 26 19:31:52 2004
@@ -15,8 +15,6 @@
# System imports
import os
-import sys
-import time
import random
import socket
import asyncore
=== ZODB/src/ZEO/tests/testZEOOptions.py 1.2 => 1.3 ===
--- ZODB/src/ZEO/tests/testZEOOptions.py:1.2 Fri Feb 20 12:56:08 2004
+++ ZODB/src/ZEO/tests/testZEOOptions.py Thu Feb 26 19:31:52 2004
@@ -18,7 +18,6 @@
import sys
import tempfile
import unittest
-from StringIO import StringIO
import ZODB.config
=== ZODB/src/ZEO/tests/zeoserver.py 1.24 => 1.25 ===
--- ZODB/src/ZEO/tests/zeoserver.py:1.24 Wed Jan 14 17:17:41 2004
+++ ZODB/src/ZEO/tests/zeoserver.py Thu Feb 26 19:31:52 2004
@@ -18,7 +18,6 @@
import time
import errno
import getopt
-import random
import socket
import signal
import asyncore
More information about the Zope3-Checkins
mailing list