From ef8778aeadf6a0bb692e55a68c686d7a0be82045 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Tue, 12 Dec 2023 13:23:10 +0900 Subject: [PATCH] TroubleShooting: Module Signed-off-by: debianpepper --- python_modules/infra.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python_modules/infra.py b/python_modules/infra.py index 477f5f88..917e6bb7 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -13,6 +13,8 @@ from pathlib import Path import shutil import logging +import conf + # Public Variables used in the classes