[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/fsIndex.py The __future__ has arrived for generators.

Tim Peters tim.one at comcast.net
Fri May 21 11:01:28 EDT 2004


Log message for revision 24848:
The __future__ has arrived for generators.


-=-
Modified: ZODB/trunk/src/ZODB/fsIndex.py
===================================================================
--- ZODB/trunk/src/ZODB/fsIndex.py	2004-05-21 13:35:06 UTC (rev 24847)
+++ ZODB/trunk/src/ZODB/fsIndex.py	2004-05-21 15:01:27 UTC (rev 24848)
@@ -36,7 +36,6 @@
 # bytes back before using u64 to convert the data back to (long)
 # integers.
 
-from __future__ import generators
 import struct
 
 from BTrees._fsBTree import fsBucket




More information about the Zodb-checkins mailing list