Felix Benner wrote: [...] > def a-star(self, nodeFrom, nodeTo): > """searches the shortest path (minimal weight) from > nodeFrom to nodeTo.""" > pass >>> def a-star(self, nodeFrom, nodeTo): File "<stdin>", line 1 def a-star(self, nodeFrom, nodeTo): ^ SyntaxError: invalid syntax -- Roberto Bonvallet