1
0
forked from GitHub/gf-core

Fixing 'linearize' in py-bindings/test.py

This commit is contained in:
jordi.saludes
2011-12-22 21:29:45 +00:00
parent 9c467e1b40
commit 2d6d969a60
4 changed files with 6 additions and 9 deletions

View File

@@ -267,7 +267,7 @@ static PyMethodDef expr_methods[] = {
/* tree typr: methods, constructor and destructor */
/* tree type: methods, constructor and destructor */
// Are Expr and Tree equivalent ?
REPRCB(tree_repr, Tree, gf_showExpr)