[Zodb-checkins] CVS: ZODB3/ZEO/tests - testZEO.py:1.54

Guido van Rossum guido@python.org
Thu, 3 Oct 2002 13:36:19 -0400


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv32164

Modified Files:
	testZEO.py 
Log Message:
Remove unused imports.


=== ZODB3/ZEO/tests/testZEO.py 1.53 => 1.54 ===
--- ZODB3/ZEO/tests/testZEO.py:1.53	Thu Oct  3 13:19:39 2002
+++ ZODB3/ZEO/tests/testZEO.py	Thu Oct  3 13:36:18 2002
@@ -17,20 +17,13 @@
 import os
 import sys
 import time
-import random
-import select
 import socket
-import thread
 import asyncore
 import tempfile
 import unittest
 
 # Zope/ZODB3 imports
 import zLOG
-
-# ZODB imports
-from ZODB.Transaction import get_transaction
-from ZODB.POSException import ReadOnlyError
 
 # ZODB test support
 from ZODB.tests.MinPO import MinPO