From 43531740f99da82f023bee26d954fc71bde94635 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 17 Mar 2023 16:23:16 +0100 Subject: util: Prefix module imports with prosody namespace --- util/human/io.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/human') diff --git a/util/human/io.lua b/util/human/io.lua index b272af71..c050b335 100644 --- a/util/human/io.lua +++ b/util/human/io.lua @@ -1,5 +1,5 @@ -local array = require "util.array"; -local utf8 = rawget(_G, "utf8") or require"util.encodings".utf8; +local array = require "prosody.util.array"; +local utf8 = rawget(_G, "utf8") or require"prosody.util.encodings".utf8; local len = utf8.len or function(s) local _, count = s:gsub("[%z\001-\127\194-\253][\128-\191]*", ""); return count; -- cgit v1.2.3