[Checkins] SVN: relstorage/trunk/ Fixed a missing import.

Shane Hathaway shane at hathawaymix.org
Tue Oct 26 14:16:16 EDT 2010


Log message for revision 117926:
  Fixed a missing import.
  

Changed:
  U   relstorage/trunk/CHANGES.txt
  U   relstorage/trunk/relstorage/blobhelper.py

-=-
Modified: relstorage/trunk/CHANGES.txt
===================================================================
--- relstorage/trunk/CHANGES.txt	2010-10-26 18:07:20 UTC (rev 117925)
+++ relstorage/trunk/CHANGES.txt	2010-10-26 18:16:15 UTC (rev 117926)
@@ -1,4 +1,9 @@
 
+Next Release
+------------
+
+- Fixed a missing import in the blob cache cleanup code.
+
 1.5.0a1 (2010-10-21)
 --------------------
 

Modified: relstorage/trunk/relstorage/blobhelper.py
===================================================================
--- relstorage/trunk/relstorage/blobhelper.py	2010-10-26 18:07:20 UTC (rev 117925)
+++ relstorage/trunk/relstorage/blobhelper.py	2010-10-26 18:16:15 UTC (rev 117926)
@@ -20,6 +20,7 @@
 from ZODB import utils
 from ZODB.utils import p64
 from ZODB.utils import u64
+import BTrees.OOBTree
 import logging
 import os
 import re



More information about the checkins mailing list