From ebae85db4a7669b0624e2ec8c224068f2a179506 Mon Sep 17 00:00:00 2001 From: Rongfeng Fu Date: Tue, 26 Apr 2022 14:48:35 +0800 Subject: [PATCH] fix py2 (#108) --- _cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_cmd.py b/_cmd.py index 46e464b..95d4da8 100644 --- a/_cmd.py +++ b/_cmd.py @@ -37,7 +37,7 @@ from tool import DirectoryUtil, FileUtil ROOT_IO = IO(1) -VERSION = '' +VERSION = u'' REVISION = '' BUILD_BRANCH = '' BUILD_TIME = '' -- GitLab