Switch back to mainline UCI
[project/luci.git] / libs / uci / luasrc / model / uci.lua
index 9af5560..91608e3 100644 (file)
@@ -24,7 +24,7 @@ limitations under the License.
 
 ]]--
 local os    = require "os"
-local uci   = require "uci2"
+local uci   = require "uci"
 local util  = require "luci.util"
 local table = require "table"