Renamed reworked UCI API to uci2 to allow a peaceful coexistence with the old one
[project/luci.git] / libs / uci / luasrc / model / uci.lua
index 333abf4..de88580 100644 (file)
@@ -23,7 +23,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 ]]--
-local uci   = require "uci"
+local uci   = require "uci2"
 local util  = require "luci.util"
 local table = require "table"