* libs/core: Moved ltn12 inside LuCI to avoid package conflicts with luasocket
[project/luci.git] / libs / sgi-webuci / luasrc / sgi / webuci.lua
index b9033f3702b798e9a17f8f6f3d7c0f61aa874060..3e60575e0b5dbbf841d47ce1f812a58c5a9ec705 100644 (file)
@@ -24,7 +24,7 @@ limitations under the License.
 
 ]]--
 module("luci.sgi.webuci", package.seeall)
-require("ltn12")
+local ltn12 = require("luci.ltn12")
 require("luci.http")
 require("luci.util")
 require("luci.dispatcher")