mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util: Prefix module imports with prosody namespace
This commit is contained in:
parent
869581384d
commit
43531740f9
68 changed files with 246 additions and 246 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
local t_insert, t_sort, t_remove, t_concat
|
||||
= table.insert, table.sort, table.remove, table.concat;
|
||||
local t_move = require "util.table".move;
|
||||
local t_move = require "prosody.util.table".move;
|
||||
|
||||
local setmetatable = setmetatable;
|
||||
local getmetatable = getmetatable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue