[Zope-Checkins] CVS: ZODB3/ZEO/tests - testClientCache.py:1.12 stress.py:1.9

Jeremy Hylton cvs-admin at zope.org
Mon Nov 3 13:57:04 EST 2003


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

Modified Files:
	testClientCache.py stress.py 
Log Message:
Remove future statements.  The future is now.


=== ZODB3/ZEO/tests/testClientCache.py 1.11 => 1.12 ===
--- ZODB3/ZEO/tests/testClientCache.py:1.11	Thu Oct  2 14:17:21 2003
+++ ZODB3/ZEO/tests/testClientCache.py	Mon Nov  3 13:56:30 2003
@@ -16,8 +16,6 @@
 At times, we do 'white box' testing, i.e. we know about the internals
 of the ClientCache object.
 """
-from __future__ import nested_scopes
-
 import os
 import time
 import tempfile


=== ZODB3/ZEO/tests/stress.py 1.8 => 1.9 ===
--- ZODB3/ZEO/tests/stress.py:1.8	Thu Sep 26 11:24:08 2002
+++ ZODB3/ZEO/tests/stress.py	Mon Nov  3 13:56:31 2003
@@ -18,8 +18,6 @@
 """
 # XXX This code is currently broken.
 
-from __future__ import nested_scopes
-
 import ZODB
 from ZEO.ClientStorage import ClientStorage
 from ZODB.MappingStorage import MappingStorage




More information about the Zope-Checkins mailing list