[Zodb-checkins] CVS: ZODB3/ZEO/tests - testClientCache.py:1.3

Jeremy Hylton jeremy@zope.com
Tue, 27 Aug 2002 18:41:20 -0400


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

Modified Files:
	testClientCache.py 
Log Message:
Need a future statement for python 2.1.


=== ZODB3/ZEO/tests/testClientCache.py 1.2 => 1.3 ===
--- ZODB3/ZEO/tests/testClientCache.py:1.2	Tue Aug 27 15:04:38 2002
+++ ZODB3/ZEO/tests/testClientCache.py	Tue Aug 27 18:41:20 2002
@@ -14,7 +14,9 @@
 """Test suite for the ZEO.ClientCache module.
 
 At times, we do 'white box' testing, i.e. we know about the internals
-of the ClientCache object."""
+of the ClientCache object.
+"""
+from __future__ import nested_scopes
 
 import os
 import time