### BEGIN COPYRIGHT BLURB # # TAO - Tcl Architecture of Objects # Copyright (C) 2003 Sean Woods # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # ### END COPYRIGHT BLURB package provide odie-llama 0.1 package require tdif set ::tao(llamapath) [file dirname [file normalize [info script]]] ::tao::library_path llama [file join $::tao(llamapath) classes] { core webcontainer columns subsystems modules } source [file join $::tao(llamapath) llama.tcl]