As most of oe-test cases work for devtool and recipetool
it makes sense to switch both tools to python 3 by
explicitly referring to python3 in their shebangs.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Report significant differences in the buildhistory repository since a specific revision
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
# OpenEmbedded Development tool
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
# OpenEmbedded pkgdata utility
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Recipe creation tool
#