From 95effad9e25f79ca6823eaba72b827f702de0886 Mon Sep 17 00:00:00 2001 From: erie <985148323@qq.com> Date: Fri, 14 May 2021 22:54:16 +0800 Subject: [PATCH 1/4] remove test --- test.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index 75d9766..0000000 --- a/test.py +++ /dev/null @@ -1 +0,0 @@ -print('hello world') -- Gitee From 9d6811ba360b5ce134796df2f17b35864998ce39 Mon Sep 17 00:00:00 2001 From: erie <985148323@qq.com> Date: Fri, 14 May 2021 22:59:10 +0800 Subject: [PATCH 2/4] add test2 --- .../pip/_internal/operations/__init__.py => test2.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename venv/Lib/site-packages/pip/_internal/operations/__init__.py => test2.py (100%) diff --git a/venv/Lib/site-packages/pip/_internal/operations/__init__.py b/test2.py similarity index 100% rename from venv/Lib/site-packages/pip/_internal/operations/__init__.py rename to test2.py -- Gitee From b80e5125b3bf082ce7624f9a5e2f59f2647f8e09 Mon Sep 17 00:00:00 2001 From: erie <985148323@qq.com> Date: Fri, 14 May 2021 22:59:10 +0800 Subject: [PATCH 3/4] remove test2 --- .../pip/_internal/operations/__init__.py => test2.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename venv/Lib/site-packages/pip/_internal/operations/__init__.py => test2.py (100%) diff --git a/venv/Lib/site-packages/pip/_internal/operations/__init__.py b/test2.py similarity index 100% rename from venv/Lib/site-packages/pip/_internal/operations/__init__.py rename to test2.py -- Gitee From fd58504a234ac65225d10fb0d7c0b5e9549e910e Mon Sep 17 00:00:00 2001 From: erie <985148323@qq.com> Date: Fri, 14 May 2021 23:07:42 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9test2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test2.py b/test2.py index e69de29..e0369f7 100644 --- a/test2.py +++ b/test2.py @@ -0,0 +1 @@ +print('test') \ No newline at end of file -- Gitee