From babb321847828ff6bc62fadf4868365d0defe676 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Mon, 29 Aug 2022 13:21:47 +0800 Subject: [PATCH] fix command tree import --- Difficult_Rocket/command/tree.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Difficult_Rocket/command/tree.py b/Difficult_Rocket/command/tree.py index 8f51617..359414e 100644 --- a/Difficult_Rocket/command/tree.py +++ b/Difficult_Rocket/command/tree.py @@ -11,7 +11,7 @@ github: @shenjackyuanjie gitee: @shenjackyuanjie """ -from Difficult_Rocket import game_version +from Difficult_Rocket import DR_runtime from Difficult_Rocket.command import line COMMAND = 'command' @@ -21,7 +21,7 @@ RUN = 'run' DR_command = { 'name': 'DR-root', - 'version': game_version, + 'version': DR_runtime.DR_version, INFO: 'DR的自带命令解析树', COMMAND: { INFO: '这里是DR的根命令节点',