[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/fsIndex.py Trimmed
whitespace.
Tim Peters
tim.one at comcast.net
Mon Mar 21 17:20:06 EST 2005
Log message for revision 29632:
Trimmed whitespace.
Changed:
U ZODB/trunk/src/ZODB/fsIndex.py
-=-
Modified: ZODB/trunk/src/ZODB/fsIndex.py
===================================================================
--- ZODB/trunk/src/ZODB/fsIndex.py 2005-03-21 22:14:00 UTC (rev 29631)
+++ ZODB/trunk/src/ZODB/fsIndex.py 2005-03-21 22:20:05 UTC (rev 29632)
@@ -150,7 +150,7 @@
smallest_prefix = self._data.minKey()
else:
smallest_prefix = self._data.minKey(key[:6])
-
+
tree = self._data[smallest_prefix]
assert tree
@@ -192,4 +192,3 @@
biggest_suffix = tree.maxKey()
return biggest_prefix + biggest_suffix
-
More information about the Zodb-checkins
mailing list