Merge pull request #19817 from av8ramit/fix_cross_tower_ops
authorAmit Patankar <amitpatankar@google.com>
Wed, 6 Jun 2018 17:59:03 +0000 (10:59 -0700)
committerGitHub <noreply@github.com>
Wed, 6 Jun 2018 17:59:03 +0000 (10:59 -0700)
commit5bec86d6a09f2c12f470515e78ff8d7e0539d3ff
treeaccabfcd74ae5476a82cf4e4ee5434b94d506432
parent6c6ddf9a7766404563a35e18cb247de240cca497
parenta0527f3dd69fe5373db88914eb18cfab5ee3fceb
Merge pull request #19817 from av8ramit/fix_cross_tower_ops

Iteritems is deprecated in python 3. Using items instead.