summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2023-04-14 20:49:01 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-04-14 20:49:01 +0000
commitae31382119c6da38337da13903fea19f943be4d0 (patch)
tree6a79cb0d312f0133065a01eee4f1c8d62b6a42a0 /python/python.go
parent35dcf77fb610cca47e25b1f34a1f49cd08cfef5a (diff)
parentd82f036b89962ceaeb50bc7ff9c23bed7cd64131 (diff)
Merge "bp2build support for python_test(_host)"
Diffstat (limited to 'python/python.go')
-rw-r--r--python/python.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/python.go b/python/python.go
index c7c523dfb..1a129737a 100644
--- a/python/python.go
+++ b/python/python.go
@@ -239,6 +239,7 @@ var (
protoExt = ".proto"
pyVersion2 = "PY2"
pyVersion3 = "PY3"
+ pyVersion2And3 = "PY2ANDPY3"
internalPath = "internal"
)