diff -r 09a4cd461673 -r f7b6d5839092 core/modulemanager.lua --- a/core/modulemanager.lua Sat May 16 05:07:51 2009 +0500 +++ b/core/modulemanager.lua Sat May 16 05:28:04 2009 +0500 @@ -17,6 +17,7 @@ local config = require "core.configmanager"; local multitable_new = require "util.multitable".new; local register_actions = require "core.actions".register; +local st = require "util.stanza"; local hosts = hosts;