Added Datasource_filter debug capability, improved error display in Domino::tip_outputs
[tcl-tlc.git] / tlc-base.tcl
blobc758336905780072e50094d90000d4fdd3200c79
1 package require Tcl 8.4
2 package require Itcl 3.1
4 namespace eval ::tlc {
5 namespace export *
7 variable version 0.87.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::*