usermanager: Removed an unnecessary global access.

Wed, 21 Oct 2009 11:41:11 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 21 Oct 2009 11:41:11 +0500
changeset 2032
2714ccde2569
parent 2031
e82ceb5bbe49
child 2033
38d32c154cec

usermanager: Removed an unnecessary global access.

core/usermanager.lua file | annotate | diff | comparison | revisions
--- a/core/usermanager.lua	Wed Oct 21 11:40:29 2009 +0500
+++ b/core/usermanager.lua	Wed Oct 21 11:41:11 2009 +0500
@@ -6,10 +6,7 @@
 -- COPYING file in the source package for more information.
 --
 
-
-
-require "util.datamanager"
-local datamanager = datamanager;
+local datamanager = require "util.datamanager";
 local log = require "util.logger".init("usermanager");
 local type = type;
 local error = error;

mercurial