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
|
@ -1,4 +1,4 @@
|
|||
local id = require "util.id";
|
||||
local id = require "prosody.util.id";
|
||||
|
||||
local util_debug; -- only imported on-demand
|
||||
|
||||
|
@ -19,7 +19,7 @@ local function configure(opt)
|
|||
if opt.auto_inject_traceback ~= nil then
|
||||
auto_inject_traceback = opt.auto_inject_traceback;
|
||||
if auto_inject_traceback then
|
||||
util_debug = require "util.debug";
|
||||
util_debug = require "prosody.util.debug";
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue