From c7039a28bd8e4837ab9250443156ce93c22e56d0 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 24 Jan 2023 09:00:48 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_1/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_1/__init__.py b/sopel_SpiceBot_Core_1/__init__.py index 2a56764..87e08d8 100644 --- a/sopel_SpiceBot_Core_1/__init__.py +++ b/sopel_SpiceBot_Core_1/__init__.py @@ -8,7 +8,7 @@ import os import pathlib from .SBCore import SpiceBotCore_OBJ -from .config import SpiceBot_Conf +from .SBCore.config import SpiceBot_Conf SCRIPT_DIR = pathlib.Path(os.path.dirname(os.path.abspath(__file__)))