From 959d6968313b1214a5d0beafcc20160e20e89b69 Mon Sep 17 00:00:00 2001 From: q3cpma Date: Fri, 3 Sep 2021 21:04:40 +0200 Subject: [PATCH] Forgot atom.tcl in the previous commit --- atom.tcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atom.tcl b/atom.tcl index 3a9cc6c..7330123 100644 --- a/atom.tcl +++ b/atom.tcl @@ -3,7 +3,9 @@ package require tdom set scriptdir [file dirname [file dirname \ [file normalize [file join [info script] dummy]]]] -source [file join $scriptdir util.tcl] +if {![namespace exists util]} { + source [file join $scriptdir util.tcl] +} namespace eval atom { -- 2.34.2