From 2d3bd6f6e0e9475a4d96029d4cea3b35c14f5e0d Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 9 Feb 2022 13:03:45 -0500 Subject: [PATCH] test --- SpiceBot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpiceBot/__init__.py b/SpiceBot/__init__.py index 958cdbc..a80e6ad 100644 --- a/SpiceBot/__init__.py +++ b/SpiceBot/__init__.py @@ -9,7 +9,7 @@ import pathlib from sopel import plugin -from .SpiceBotCore import SpiceBotCore_OBJ +from SpiceBotCore import SpiceBotCore_OBJ print("Attributes: %s" % [x for x in dir(SpiceBotCore_OBJ) if not x.startswith("__")]) SCRIPT_DIR = pathlib.Path(os.path.dirname(os.path.abspath(__file__)))