Fixed reference to luci.ltn12

This commit is contained in:
Steven Barth 2008-09-02 08:24:45 +00:00
parent 81a605e0fc
commit 74408bbb74

View file

@ -25,8 +25,8 @@ limitations under the License.
]]--
local io = require "io"
local os = require "os"
local ltn12 = require "ltn12"
local os = require "os"
local ltn12 = require "luci.ltn12"
local posix = require "posix"
local type = type