diff options
Diffstat (limited to 'tcllib/modules/inifile/pkgIndex.tcl')
-rw-r--r-- | tcllib/modules/inifile/pkgIndex.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcllib/modules/inifile/pkgIndex.tcl b/tcllib/modules/inifile/pkgIndex.tcl new file mode 100644 index 0000000..9aa3f98 --- /dev/null +++ b/tcllib/modules/inifile/pkgIndex.tcl @@ -0,0 +1,2 @@ +if { ![package vsatisfies [package provide Tcl] 8.2] } { return } +package ifneeded inifile 0.3 [list source [file join $dir ini.tcl]] |