Comparison

core/hostmanager.lua @ 1974:cfac07d8428e

hostmanager: Add return _M;
author Matthew Wild <mwild1@gmail.com>
date Sat, 17 Oct 2009 14:43:38 +0100
parent 1925:6897bd311afa
child 1975:a9998fac292c
comparison
equal deleted inserted replaced
1973:7eea682989d3 1974:cfac07d8428e
81 end 81 end
82 82
83 function getconfig(name) 83 function getconfig(name)
84 end 84 end
85 85
86 return _M;