Fixed (?) issue with delayed select
[tcl-tlc.git] / tlc-base.tcl
blob30baaeb520494d17e558eae1b805c583439fb001
1 package require Tcl 8.4
2 package require Itcl 3.1
4 namespace eval ::tlc {
5 namespace export *
7 variable version 0.70.0
9 variable log
10 set log(threshold) 20
13 source [file join $::tlc::library scripts intersect3.tcl]
14 lappend auto_path [file join $::tlc::library scripts]
16 tlc::Uri tlc::uri
18 package provide TLC-base $::tlc::version
20 namespace import -force itcl::*