# HG changeset patch # User Waqas Hussain # Date 1291921648 -18000 # Node ID bd5c6c333ee76b353daae9e699186a7845ccd542 # Parent 2000862c10ea06074313d844016941cae8ae66e8 usermanager: Removed redundant import of util.datamanager and util.hashes. diff -r 2000862c10ea -r bd5c6c333ee7 core/usermanager.lua --- a/core/usermanager.lua Thu Dec 09 23:31:57 2010 +0500 +++ b/core/usermanager.lua Fri Dec 10 00:07:28 2010 +0500 @@ -6,13 +6,10 @@ -- COPYING file in the source package for more information. -- -local datamanager = require "util.datamanager"; local modulemanager = require "core.modulemanager"; local log = require "util.logger".init("usermanager"); local type = type; -local error = error; local ipairs = ipairs; -local hashes = require "util.hashes"; local jid_bare = require "util.jid".bare; local config = require "core.configmanager"; local hosts = hosts;