Files
cpython-source-deps/library/http/pkgIndex.tcl
2017-05-22 16:09:35 -05:00

3 lines
277 B
Tcl

if {![package vsatisfies [package provide Tcl] 8.6]} {return}
package ifneeded http 2.8.9 [list tclPkgSetup $dir http 2.8.9 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]