From 77dfc765910ccdebb2816cb65705e67016f80a1f Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 26 Jul 2019 11:58:06 +0100 Subject: switch to function/module magic being a single object --- src/utils/consts.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/utils/consts.py') diff --git a/src/utils/consts.py b/src/utils/consts.py index 0c57b4b0..9a6e973b 100644 --- a/src/utils/consts.py +++ b/src/utils/consts.py @@ -1,9 +1,7 @@ import typing from . import _consts_256_color -BITBOT_HOOKS_MAGIC = "__bitbot_hooks" -BITBOT_KWARG_MAGIC = "__bitbot_kwarg" -BITBOT_EXPORTS_MAGIC = "__bitbot_exports" +BITBOT_MAGIC = "__bitbot" class IRCColor(object): def __init__(self, irc: int, ansi: int, is_256): -- cgit v1.3.1-10-gc9f91