Commit 82140acb authored by Tres Seaver's avatar Tres Seaver

Py3k coverage.

parent 800a35f1
......@@ -748,6 +748,7 @@ class _Tree(_Base):
def __nonzero__(self):
return bool(self._data)
__bool__ = __nonzero__ #Py3k rename
def __len__(self):
l = 0
......
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