[Zodb-checkins] CVS: ZODB3/ZODB - Connection.py:1.101

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


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

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


=== ZODB3/ZODB/Connection.py 1.100 => 1.101 ===
--- ZODB3/ZODB/Connection.py:1.100	Thu Oct  2 14:17:19 2003
+++ ZODB3/ZODB/Connection.py	Mon Nov  3 13:56:30 2003
@@ -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