usermanager: Removed an unnecessary global access.
authorWaqas Hussain <waqas20@gmail.com>
Wed, 21 Oct 2009 06:41:11 +0000 (11:41 +0500)
committerWaqas Hussain <waqas20@gmail.com>
Wed, 21 Oct 2009 06:41:11 +0000 (11:41 +0500)
core/usermanager.lua

index acc482e30f2198cdd7b3220c2ad09d1f22524296..925ac774071489eedae3dfae20bd3547d23f9452 100644 (file)
@@ -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;