~q3cpma/mangadex-tools

959d6968313b1214a5d0beafcc20160e20e89b69 — q3cpma 1 year, 8 months ago 337e9ee
Forgot atom.tcl in the previous commit
1 files changed, 3 insertions(+), 1 deletions(-)

M atom.tcl
M atom.tcl => atom.tcl +3 -1
@@ 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 {