Software /
code /
prosody
Diff
core/modulemanager.lua @ 1105:965a55db3732
modulemanager: No need for print()
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 04 May 2009 19:08:55 +0100 |
parent | 1094:a619525fed5d |
child | 1167:5620ea24be94 |
line wrap: on
line diff
--- a/core/modulemanager.lua Mon May 04 19:06:31 2009 +0100 +++ b/core/modulemanager.lua Mon May 04 19:08:55 2009 +0100 @@ -28,7 +28,7 @@ local next = next; local rawget = rawget; -local tostring, print = tostring, print; +local tostring = tostring; -- We need this to let modules access the real global namespace local _G = _G;