X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Fimport.lua;h=c2b9dce19ee9f411194dc80d5a757e21e548f8b7;hb=ca89661ee941cad918b19714a2b6d4d70be58b45;hp=81401e8b503a0433c7382cd99cda9e13342cf2ae;hpb=416b600dd4475c7862070514895eb9314789d5e2;p=prosody.git diff --git a/util/import.lua b/util/import.lua index 81401e8b..c2b9dce1 100644 --- a/util/import.lua +++ b/util/import.lua @@ -1,13 +1,14 @@ -- Prosody IM -- Copyright (C) 2008-2010 Matthew Wild -- Copyright (C) 2008-2010 Waqas Hussain --- +-- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- +local unpack = table.unpack or unpack; --luacheck: ignore 113 local t_insert = table.insert; function import(module, ...) local m = package.loaded[module] or require(module);