Fix Python3 Errors for Release Automation 43/54343/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 22 Mar 2018 20:40:22 +0000 (13:40 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 22 Mar 2018 20:40:22 +0000 (13:40 -0700)
commit6f708314978187243424be89f4f6c0a1d14cb338
tree1e87639b1ebc70faf6d9a7dd5774e14d3b3d446b
parent34687c0bcbe0d23b0734d75936468aa83b2a71d7
Fix Python3 Errors for Release Automation

My testing was done using Python 2.7 but the build server running the
jobs is obviously running Python3.

These changes allow the create_branch.py release script to run against
both Python2 and Python3.

Change-Id: I02478986ef869ce82ece5b96dbb4b5ed548a2a55
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
releases/scripts/create_branch.py