From cb2f24dbbbcd07b703f5e7cba28c06216329fbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E?= Date: Mon, 5 Jul 2021 07:03:21 +0000 Subject: [PATCH 1/2] =?UTF-8?q?CI=E6=B5=8B=E8=AF=95=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E8=AF=B7=E5=8B=BF=E5=90=88=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/_init_global_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/_init_global_config.py b/src/main/_init_global_config.py index a7d2b77..73d1b85 100755 --- a/src/main/_init_global_config.py +++ b/src/main/_init_global_config.py @@ -15,7 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # - +# limitations under the License. +# def _init_global_config(): import sys -- Gitee From 2b4a22a069b997bd842c0212a0adb5f71080fe05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E?= Date: Fri, 6 Aug 2021 08:26:14 +0000 Subject: [PATCH 2/2] =?UTF-8?q?CI=E6=B5=8B=E8=AF=95=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E8=AF=B7=E5=8B=BF=E5=90=88=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/__init__.py b/src/main/__init__.py index d414ea5..3fe69a1 100755 --- a/src/main/__init__.py +++ b/src/main/__init__.py @@ -19,6 +19,7 @@ from . import _init_global_config from core.command.console import Console -__all__ = [ +__all__ = + [ "Console", ] -- Gitee