Commit 3dd2cccf authored by Fred Drake's avatar Fred Drake

fix whitespace to conform to style guide

parent 9a490ea8
......@@ -74,11 +74,11 @@ class BTreeContainer(SampleContainer, Persistent):
def _BTreeContainer__len(self):
import logging
log = logging.getLogger('zope.app.container.btree')
l=Length()
l = Length()
ol = super(BTreeContainer, self).__len__()
if ol>0:
if ol > 0:
l.change(ol)
self._p_changed=True
self._p_changed = True
log.info("Storing length of %r" % self)
return l
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment