ensure namespace ::utility exists

r3522 | dcl | 2012-04-02 12:58:59 +1000 (Mon, 02 Apr 2012) | 1 line
This commit is contained in:
Douglas Clowes
2012-04-02 12:58:59 +10:00
parent 9a5db33658
commit 8fd30089a1

View File

@@ -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]