From 15b98ea8269cf3ed493d9a6330519f78fc800365 Mon Sep 17 00:00:00 2001 From: Xuan Wang Date: Mon, 11 Dec 2023 19:07:19 +0000 Subject: [PATCH] Add .py to file name --- ...compile_patch.include => _parallel_compile_patch.py.include} | 0 templates/src/python/grpcio/_parallel_compile_patch.py.template | 2 +- .../python/grpcio_tools/_parallel_compile_patch.py.template | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename templates/src/python/{_parallel_compile_patch.include => _parallel_compile_patch.py.include} (100%) diff --git a/templates/src/python/_parallel_compile_patch.include b/templates/src/python/_parallel_compile_patch.py.include similarity index 100% rename from templates/src/python/_parallel_compile_patch.include rename to templates/src/python/_parallel_compile_patch.py.include diff --git a/templates/src/python/grpcio/_parallel_compile_patch.py.template b/templates/src/python/grpcio/_parallel_compile_patch.py.template index e6a7b0e8f4e..1e1159666b3 100644 --- a/templates/src/python/grpcio/_parallel_compile_patch.py.template +++ b/templates/src/python/grpcio/_parallel_compile_patch.py.template @@ -20,4 +20,4 @@ # instead. This file can be regenerated from the template by running # `tools/buildgen/generate_projects.sh`. - <%include file="../_parallel_compile_patch.include" /> \ No newline at end of file + <%include file="../_parallel_compile_patch.py.include" /> \ No newline at end of file diff --git a/templates/tools/distrib/python/grpcio_tools/_parallel_compile_patch.py.template b/templates/tools/distrib/python/grpcio_tools/_parallel_compile_patch.py.template index 65b2a10b96e..a62b52bbd02 100644 --- a/templates/tools/distrib/python/grpcio_tools/_parallel_compile_patch.py.template +++ b/templates/tools/distrib/python/grpcio_tools/_parallel_compile_patch.py.template @@ -20,4 +20,4 @@ # instead. This file can be regenerated from the template by running # `tools/buildgen/generate_projects.sh`. - <%include file="../../../../src/python/_parallel_compile_patch.include" /> \ No newline at end of file + <%include file="../../../../src/python/_parallel_compile_patch.py.include" /> \ No newline at end of file