From 38ba6664b28bc6d12cb6cd5654bad9f25ea937fa Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 23 Oct 2022 20:24:16 +0800 Subject: [PATCH] got cha! --- Difficult_Rocket/client/guis/format/html.py | 2 +- Difficult_Rocket/exception/unsupport.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Difficult_Rocket/client/guis/format/html.py b/Difficult_Rocket/client/guis/format/html.py index 8424224..81e94ed 100644 --- a/Difficult_Rocket/client/guis/format/html.py +++ b/Difficult_Rocket/client/guis/format/html.py @@ -13,7 +13,7 @@ gitee: @shenjackyuanjie import re -from utils import translate +from Difficult_Rocket.utils import translate default_style = { 'font_name': 'Times New Roman', diff --git a/Difficult_Rocket/exception/unsupport.py b/Difficult_Rocket/exception/unsupport.py index 619fbc9..c3c5ed5 100644 --- a/Difficult_Rocket/exception/unsupport.py +++ b/Difficult_Rocket/exception/unsupport.py @@ -10,7 +10,7 @@ mail: 3695888@qq.com github: @shenjackyuanjie gitee: @shenjackyuanjie """ -from exception import BaseError +from Difficult_Rocket.exception import BaseError __all__ = [ 'NoMoreJson5',