diff options
Diffstat (limited to 'lualib')
-rw-r--r-- | lualib/plugins_stats.lua | 2 | ||||
-rw-r--r-- | lualib/rspamadm/fuzzy_stat.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lualib/plugins_stats.lua b/lualib/plugins_stats.lua index 5c9797a9e..9bbebb1c8 100644 --- a/lualib/plugins_stats.lua +++ b/lualib/plugins_stats.lua @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- -local ansicolors = require "rspamadm/ansicolors" +local ansicolors = require "ansicolors" local function printf(fmt, ...) print(string.format(fmt, ...)) diff --git a/lualib/rspamadm/fuzzy_stat.lua b/lualib/rspamadm/fuzzy_stat.lua index 05c2622bf..20945bd4a 100644 --- a/lualib/rspamadm/fuzzy_stat.lua +++ b/lualib/rspamadm/fuzzy_stat.lua @@ -143,7 +143,7 @@ local function print_result(r) return print_num(r) end -local getopt = require "rspamadm/getopt" +local getopt = require "getopt" return function(args, res) local res_ips = {} |