test
This commit is contained in:
parent
b92e06f557
commit
2d3bd6f6e0
@ -9,7 +9,7 @@ import pathlib
|
|||||||
|
|
||||||
from sopel import plugin
|
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("__")])
|
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__)))
|
SCRIPT_DIR = pathlib.Path(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user