summaryrefslogtreecommitdiffstats
path: root/build/protoc.py
diff options
context:
space:
mode:
authorUwe Klotz <uwe_klotz@web.de>2017-11-14 23:37:48 +0100
committerUwe Klotz <uwe_klotz@web.de>2017-11-15 22:40:00 +0100
commita46a87d7439b484fa996cd907f1d960b169bca53 (patch)
tree42622d3d528841c31854ab9c628ee8822c667444 /build/protoc.py
parente4dd64b401afaad904eb5c84ad19198946501f8c (diff)
Fix Python print statements
Diffstat (limited to 'build/protoc.py')
-rw-r--r--build/protoc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/protoc.py b/build/protoc.py
index 09746d3e2c..636c666702 100644
--- a/build/protoc.py
+++ b/build/protoc.py
@@ -51,8 +51,8 @@ def ProtocEmitter(target, source, env):
except KeyError:
pass
- #~ print "PROTOC SOURCE:", [str(s) for s in source]
- #~ print "PROTOC TARGET:", [str(s) for s in target]
+ #~ print("PROTOC SOURCE:", [str(s) for s in source])
+ #~ print("PROTOC TARGET:", [str(s) for s in target])
return target, source