There is a syntax error in line 909 of `tree.py`, a dot is missing between "self" and "getParent" (in function `getAncestors`): ``` if selfgetParent() is None: (...) ```