aboutsummaryrefslogtreecommitdiff
path: root/bin/pddp/pkgIndex.tcl
blob: 10b89a62efb0bd0a04842b7fdb847b15fcbcc80e (plain)
1
2
3
4
5
6
7
8
9
10
proc LoadPddp { version dir } {
    namespace eval ::pddp {}
    set ::pddp::theVersion $version
    set ::pddp::theDir $dir
    source [file join $dir pddpboot.tcl]
}

set version "0.1.0.3"

package ifneeded pddp $version [list LoadPddp $version $dir]