From 3836ff59bfcb597d04eefe527688610beb0d384f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 16 Jun 2020 18:57:25 +0300 Subject: [PATCH] Fix color logging import --- maubot/lib/color_log.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maubot/lib/color_log.py b/maubot/lib/color_log.py index be894ff..284cf74 100644 --- a/maubot/lib/color_log.py +++ b/maubot/lib/color_log.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2019 Tulir Asokan +# Copyright (C) 2020 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -13,8 +13,8 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from mautrix.util.color_log import (ColorFormatter as BaseColorFormatter, PREFIX, MAU_COLOR, - MXID_COLOR, RESET) +from mautrix.util.logging.color import (ColorFormatter as BaseColorFormatter, PREFIX, MAU_COLOR, + MXID_COLOR, RESET) INST_COLOR = PREFIX + "35m" # magenta LOADER_COLOR = PREFIX + "36m" # blue