mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +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;
|
||||||
end
|
end
|
||||||
|
|
||||||
module "erlparse"
|
local _M = {};
|
||||||
|
|
||||||
function parseFile(file)
|
function _M.parseFile(file)
|
||||||
return readFile(file);
|
return readFile(file);
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue