Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 21:05:14 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 21:05:14 (GMT)
commitc55203aef9f9cafeb00eac3687674ac042049e3f (patch)
tree3912e2ed55f4e08f0c40cab01481860f90e67a7b /tests
parentee6d63c0a577b398cccdd851604317828afbe88f (diff)
Leftover
Diffstat (limited to 'tests')
-rw-r--r--tests/tree.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tree.py b/tests/tree.py
index 9b43bf0..b7694dc 100644
--- a/tests/tree.py
+++ b/tests/tree.py
@@ -72,7 +72,6 @@ class Node:
def _crawl_accessible(self, node, depth):
self._dump_accessible(node, depth)
- node = Node(accessible)
for child in node._find_children_internal():
self._crawl_accessible(child, depth + 1)