[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/cache.py removed unused import
Andreas Jung
andreas at andreas-jung.com
Thu Jun 4 22:19:44 EDT 2009
Log message for revision 100636:
removed unused import
Changed:
U ZODB/trunk/src/ZEO/cache.py
-=-
Modified: ZODB/trunk/src/ZEO/cache.py
===================================================================
--- ZODB/trunk/src/ZEO/cache.py 2009-06-04 13:53:34 UTC (rev 100635)
+++ ZODB/trunk/src/ZEO/cache.py 2009-06-05 02:19:44 UTC (rev 100636)
@@ -24,7 +24,6 @@
from struct import pack, unpack
-import bisect
import BTrees.LLBTree
import BTrees.LOBTree
import logging
More information about the Zodb-checkins
mailing list