aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-06-27 14:57:31 +0100
committerMatthew Wild <mwild1@gmail.com>2011-06-27 14:57:31 +0100
commita631d2526dfcf09614ad499edb31bbec84fab1eb (patch)
treea10623059fa00f9618d3402f272419236d53b25c
parenta32f3f427ae520446164dc9212812e5b73651891 (diff)
downloadprosody-a631d2526dfcf09614ad499edb31bbec84fab1eb.tar.gz
prosody-a631d2526dfcf09614ad499edb31bbec84fab1eb.zip
sessionmanager: Remove dependency on util.import
-rw-r--r--core/sessionmanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua
index e9f81d82..1de6c41a 100644
--- a/core/sessionmanager.lua
+++ b/core/sessionmanager.lua
@@ -10,7 +10,7 @@
local tonumber, tostring, setmetatable = tonumber, tostring, setmetatable;
local ipairs, pairs, print, next= ipairs, pairs, print, next;
-local format = import("string", "format");
+local format = string.format;
local hosts = hosts;
local full_sessions = full_sessions;