diff options
Diffstat (limited to 'python/python.go')
| -rw-r--r-- | python/python.go | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/python/python.go b/python/python.go index daf7c14a0..f6029c250 100644 --- a/python/python.go +++ b/python/python.go @@ -356,10 +356,6 @@ var (  	protoExt             = ".proto"  	pyVersion2           = "PY2"  	pyVersion3           = "PY3" -	initFileName         = "__init__.py" -	mainFileName         = "__main__.py" -	entryPointFile       = "entry_point.txt" -	parFileExt           = ".zip"  	internalPath         = "internal"  ) |