summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/pluginmgr/pkgIndex.tcl
blob: 6a25058be6906eedfb9e79d775fd4998a3866459 (plain)
1
2
if {![package vsatisfies [package provide Tcl] 8.4]} {return}
package ifneeded pluginmgr 0.3 [list source [file join $dir pluginmgr.tcl]]