summaryrefslogtreecommitdiff
path: root/build/protoc_java.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/protoc_java.py')
-rwxr-xr-xbuild/protoc_java.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/protoc_java.py b/build/protoc_java.py
index 2addb8210f..d7df8f4078 100755
--- a/build/protoc_java.py
+++ b/build/protoc_java.py
@@ -39,7 +39,7 @@ def main(argv):
build_utils.CheckOptions(options, parser, ['protoc', 'proto_path'])
if not options.java_out_dir and not options.srcjar:
- print 'One of --java-out-dir or --srcjar must be specified.'
+ print('One of --java-out-dir or --srcjar must be specified.')
return 1
with build_utils.TempDir() as temp_dir: