Merge pull request #19522 from apcera/dev_python3

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-01-17 03:21:07 -08:00
7 changed files with 9 additions and 9 deletions

View File

@@ -175,7 +175,7 @@ if [ ! -e "${kubelet_kubeconfig_file}" ]; then
import pipes,sys,yaml
for k,v in yaml.load(sys.stdin).iteritems():
print "readonly {var}={value}".format(var = k, value = pipes.quote(str(v)))
print("readonly {var}={value}".format(var = k, value = pipes.quote(str(v))))
''' < "${kube_env_yaml}")
fi