From 8fd30089a1036cca7e182d0b72679e953fa2b1cd Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Mon, 2 Apr 2012 12:58:59 +1000 Subject: [PATCH] ensure namespace ::utility exists r3522 | dcl | 2012-04-02 12:58:59 +1000 (Mon, 02 Apr 2012) | 1 line --- site_ansto/instrument/util/write_tree.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/site_ansto/instrument/util/write_tree.tcl b/site_ansto/instrument/util/write_tree.tcl index 0be43dc3..989eb8d4 100644 --- a/site_ansto/instrument/util/write_tree.tcl +++ b/site_ansto/instrument/util/write_tree.tcl @@ -1,3 +1,4 @@ + namespace eval ::utility {} proc ::utility::writeNode {tc_root { do_props 0 } { level 0 }} { set space [string repeat " " $level] set val [hval $tc_root]