[Zodb-checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.45
Jeremy Hylton
jeremy at zope.com
Thu Oct 2 16:18:22 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv6351/ZEO/tests
Modified Files:
ConnectionTests.py
Log Message:
Remove unused imports and definitions of True/False.
=== ZODB3/ZEO/tests/ConnectionTests.py 1.44 => 1.45 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.44 Thu Oct 2 14:17:21 2003
+++ ZODB3/ZEO/tests/ConnectionTests.py Thu Oct 2 16:17:51 2003
@@ -16,11 +16,9 @@
import sys
import time
import random
-import select
import socket
import asyncore
import tempfile
-import thread # XXX do we really need to catch thread.error
import threading
import time
More information about the Zodb-checkins
mailing list