Comparison

core/modulemanager.lua @ 4068:15c4cefb825c

modulemanager: Removed an unused variable.
author Waqas Hussain <waqas20@gmail.com>
date Wed, 05 Jan 2011 06:16:27 +0500
parent 4035:6cc5392dd24d
child 4135:9dfb3c0101b5
comparison
equal deleted inserted replaced
4067:db98915e8e30 4068:15c4cefb825c
3 -- Copyright (C) 2008-2010 Waqas Hussain 3 -- Copyright (C) 2008-2010 Waqas Hussain
4 -- 4 --
5 -- This project is MIT/X11 licensed. Please see the 5 -- This project is MIT/X11 licensed. Please see the
6 -- COPYING file in the source package for more information. 6 -- COPYING file in the source package for more information.
7 -- 7 --
8
9 local plugin_dir = CFG_PLUGINDIR or "./plugins/";
10 8
11 local logger = require "util.logger"; 9 local logger = require "util.logger";
12 local log = logger.init("modulemanager"); 10 local log = logger.init("modulemanager");
13 local config = require "core.configmanager"; 11 local config = require "core.configmanager";
14 local multitable_new = require "util.multitable".new; 12 local multitable_new = require "util.multitable".new;