Mercurial > prosody-hg
diff core/modulemanager.lua @ 1112:e8a00a2ea910
Merge with 0.4
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 04 May 2009 19:57:05 +0100 |
| parents | 965a55db3732 |
| children | 5620ea24be94 |
line wrap: on
line diff
--- a/core/modulemanager.lua Sun May 03 17:24:57 2009 +0100 +++ b/core/modulemanager.lua Mon May 04 19:57:05 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;
