core/modulemanager.lua
changeset 7950 24170d74b00b
parent 7306 439d00063620
child 8558 4f0f5b49bb03
--- a/core/modulemanager.lua	Fri Mar 03 11:51:32 2017 +0100
+++ b/core/modulemanager.lua	Sat Mar 04 17:49:48 2017 +0100
@@ -39,7 +39,8 @@
 
 local _ENV = nil;
 
-local load_modules_for_host, load, unload, reload, get_module, get_items, get_modules, is_loaded, module_has_method, call_module_method;
+local load_modules_for_host, load, unload, reload, get_module, get_items;
+local get_modules, is_loaded, module_has_method, call_module_method;
 
 -- [host] = { [module] = module_env }
 local modulemap = { ["*"] = {} };