Support Python3 as well in gen_release_info.py
authorEric Werness <ewerness@nvidia.com>
Fri, 16 Nov 2018 21:50:40 +0000 (13:50 -0800)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 9 May 2019 15:05:36 +0000 (11:05 -0400)
commitf1bcdd5e9df1f83cc9dc4ef7235d3da16e9f7fab
treedb12a7426de35b9a2024e00bfede394fdf16a0ac
parent066fea469d8ad6f94cd52a5a3ec679b007e939a0
Support Python3 as well in gen_release_info.py

The CMake file version check can end up picking python3 in some cases -
making the Python code compatible with python3 seems easier than
adjusting the version check.

Components: Frameworks
Change-Id: Iab37090ab813dcb7839490225ca2a4bf2f721c12
framework/qphelper/gen_release_info.py