diff options
Diffstat (limited to 'python/python.go')
-rw-r--r-- | python/python.go | 1 |
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" ) |