From bb638f7c7d851f20071f5f9ee77224c0173e73ae Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 24 May 2018 14:13:32 +0100 Subject: [Project] Move rspamadm libraries to a standard place --- lualib/rspamadm/confighelp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lualib/rspamadm/confighelp.lua') diff --git a/lualib/rspamadm/confighelp.lua b/lualib/rspamadm/confighelp.lua index a03578b6e..8f0fd2b7d 100644 --- a/lualib/rspamadm/confighelp.lua +++ b/lualib/rspamadm/confighelp.lua @@ -7,8 +7,8 @@ local known_attrs = { default = 1, } -local getopt = require "rspamadm/getopt" -local ansicolors = require "rspamadm/ansicolors" +local getopt = require "getopt" +local ansicolors = require "ansicolors" local function maybe_print_color(key) if not opts['no-color'] then -- cgit v1.2.3