From af2cf5f188a2bf62da97453f0d21e282f7f67985 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 18 Jun 2023 16:48:56 +0200 Subject: renamening: Fix newly added imports to use the new namespace --- util/fsm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/fsm.lua') diff --git a/util/fsm.lua b/util/fsm.lua index 94a543d1..0afc2d16 100644 --- a/util/fsm.lua +++ b/util/fsm.lua @@ -1,4 +1,4 @@ -local events = require "util.events"; +local events = require "prosody.util.events"; local fsm_methods = {}; local fsm_mt = { __index = fsm_methods }; -- cgit v1.2.3