[Zodb-checkins] CVS: ZODB3/Tools - netspace.py:1.1.42.3 repozo.py:1.5.6.3

Tim Peters tim.one at comcast.net
Fri May 21 12:14:32 EDT 2004


Update of /cvs-repository/ZODB3/Tools
In directory cvs.zope.org:/tmp/cvs-serv6767/Tools

Modified Files:
      Tag: Zope-2_7-branch
	netspace.py repozo.py 
Log Message:
The __future__ has arrived for nested scopes in ZODB 3.2.


=== ZODB3/Tools/netspace.py 1.1.42.2 => 1.1.42.3 ===
--- ZODB3/Tools/netspace.py:1.1.42.2	Thu Mar 18 08:24:02 2004
+++ ZODB3/Tools/netspace.py	Fri May 21 12:14:00 2004
@@ -8,9 +8,6 @@
 -v: print info for all objects, even if a traversal path isn't found
 """
 
-
-from __future__ import nested_scopes
-
 import ZODB
 from ZODB.FileStorage import FileStorage
 from ZODB.utils import U64


=== ZODB3/Tools/repozo.py 1.5.6.2 => 1.5.6.3 ===
--- ZODB3/Tools/repozo.py:1.5.6.2	Thu Mar 18 08:24:02 2004
+++ ZODB3/Tools/repozo.py	Fri May 21 12:14:00 2004
@@ -62,8 +62,6 @@
         written to stdout.
 """
 
-from __future__ import nested_scopes
-
 import os
 import sys
 import md5




More information about the Zodb-checkins mailing list