mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
net: Prefix module imports with prosody namespace
This commit is contained in:
parent
ffd1561c5e
commit
869581384d
20 changed files with 108 additions and 108 deletions
|
@ -1,5 +1,5 @@
|
|||
-- COMPAT w/pre-0.9
|
||||
local log = require "util.logger".init("net.httpserver");
|
||||
local log = require "prosody.util.logger".init("net.httpserver");
|
||||
local traceback = debug.traceback;
|
||||
|
||||
local _ENV = nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue