From ae280610e950719e48ded149a332a6d7c5394484 Mon Sep 17 00:00:00 2001 From: Edward Brown Date: Fri, 14 Apr 2023 12:20:56 +0100 Subject: [PATCH] Fix debug function being overwritten --- module/hct.be | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/hct.be b/module/hct.be index 50ad796..a59317c 100644 --- a/module/hct.be +++ b/module/hct.be @@ -20,7 +20,7 @@ import hct_light import hct_helper import hct_entity -import hct_debug +import hct_debugging # Start module definition.