[Zodb-checkins] CVS: ZODB3/ZODB - Connection.py:1.98.4.6
Tim Peters
tim.one at comcast.net
Fri May 21 12:14:39 EDT 2004
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv6767/ZODB
Modified Files:
Tag: Zope-2_7-branch
Connection.py
Log Message:
The __future__ has arrived for nested scopes in ZODB 3.2.
=== ZODB3/ZODB/Connection.py 1.98.4.5 => 1.98.4.6 ===
--- ZODB3/ZODB/Connection.py:1.98.4.5 Thu Oct 23 20:45:55 2003
+++ ZODB3/ZODB/Connection.py Fri May 21 12:14:04 2004
@@ -15,8 +15,6 @@
$Id$"""
-from __future__ import nested_scopes
-
from cPickleCache import PickleCache
from POSException import ConflictError, ReadConflictError, TransactionError
from ExtensionClass import Base
More information about the Zodb-checkins
mailing list