Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / scripts / cros_env_whitelist.py
index 3eae1ab..83c329e 100644 (file)
@@ -4,8 +4,10 @@
 
 """Print the environment whitelist."""
 
+from __future__ import print_function
+
 from chromite.cbuildbot import constants
 
 
 def main(_argv):
-  print ' '.join(constants.CHROOT_ENVIRONMENT_WHITELIST)
+  print(' '.join(constants.CHROOT_ENVIRONMENT_WHITELIST))