mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +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 @@
|
|||
|
||||
-- COMPAT: Only for external pre-0.9 modules
|
||||
|
||||
local hashes = require "util.hashes"
|
||||
local hashes = require "prosody.util.hashes"
|
||||
|
||||
return {
|
||||
md5 = hashes.hmac_md5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue