mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
tools/erlparse: Remove use of deprecated module() function
This commit is contained in:
parent
5b10d245e3
commit
d3f66c0848
1 changed files with 2 additions and 2 deletions
|
@ -189,9 +189,9 @@ local function readFile(filename)
|
|||
end;
|
||||
end
|
||||
|
||||
module "erlparse"
|
||||
local _M = {};
|
||||
|
||||
function parseFile(file)
|
||||
function _M.parseFile(file)
|
||||
return readFile(file);
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue