From 463cebd7f8bf26673732bf5afcd113ee5e2268b7 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 25 Oct 2017 13:35:31 +0200 Subject: Backup --- examples/print_tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/print_tree.py') diff --git a/examples/print_tree.py b/examples/print_tree.py index da795c9..8d18ce9 100644 --- a/examples/print_tree.py +++ b/examples/print_tree.py @@ -64,4 +64,4 @@ def print_items(node, indent): node = node.next conf = Config(sys.argv[1]) -print_items(conf.top_menu, 0) +print_items(conf.top_node, 0) -- cgit v1.2.3