aboutsummaryrefslogtreecommitdiffstats
path: root/rrs/tools/rrs_upstream_history.py
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-03-22 15:39:22 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:53 +1200
commit50aab7c03ac52fe8ddc7e8f802e4133249b3ea6e (patch)
treec17194acb909cad6065ffc5a6059b1139678352c /rrs/tools/rrs_upstream_history.py
parent8a2839b870faba545c615df261057dbce498edb7 (diff)
downloadopenembedded-core-contrib-50aab7c03ac52fe8ddc7e8f802e4133249b3ea6e.tar.gz
rrs/tools: run all tools scripts with python3
These scripts should all now be run under python 3, so update the shebangs accordingly. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'rrs/tools/rrs_upstream_history.py')
-rwxr-xr-xrrs/tools/rrs_upstream_history.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rrs/tools/rrs_upstream_history.py b/rrs/tools/rrs_upstream_history.py
index f5e0029bfd..e3f16b3463 100755
--- a/rrs/tools/rrs_upstream_history.py
+++ b/rrs/tools/rrs_upstream_history.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Get upstream information for recipes.
#