diff core/modulemanager.lua @ 7950:f91e7ec9654e

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 06 Mar 2017 01:14:32 +0100
parents 24170d74b00b
children 4f0f5b49bb03
line wrap: on
line diff
--- a/core/modulemanager.lua	Fri Mar 03 11:52:22 2017 +0100
+++ b/core/modulemanager.lua	Mon Mar 06 01:14:32 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 = { ["*"] = {} };