mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +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
|
@ -6,11 +6,11 @@
|
|||
-- COPYING file in the source package for more information.
|
||||
--
|
||||
|
||||
local debug = require "util.debug";
|
||||
local debug = require "prosody.util.debug";
|
||||
|
||||
-- Helper functions for debugging
|
||||
|
||||
local log = require "util.logger".init("util.debug");
|
||||
local log = require "prosody.util.logger".init("util.debug");
|
||||
|
||||
local function log_events(events, name, logger)
|
||||
local f = events.fire_event;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue