mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
renamening: Fix newly added imports to use the new namespace
This commit is contained in:
parent
597f3c7f0a
commit
af2cf5f188
5 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@ local url_build = require "socket.url".build;
|
|||
local http_util = require "prosody.util.http";
|
||||
local normalize_path = http_util.normalize_path;
|
||||
local set = require "prosody.util.set";
|
||||
local array = require "util.array";
|
||||
local array = require "prosody.util.array";
|
||||
|
||||
local ip_util = require "prosody.util.ip";
|
||||
local new_ip = ip_util.new_ip;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue