summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runexported.py
diff options
context:
space:
mode:
authorMariano Lopez <mariano.lopez@linux.intel.com>2016-06-02 13:09:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-03 13:12:14 +0100
commit9129af6dc421455c0253be313bf5781b913dc5fd (patch)
tree97f8e09b2b3dcfb1da1ae3ca3f1c3e22c7fc5bba /meta/lib/oeqa/runexported.py
parent5d73c59d0c9af90774411f981a3b0b7e09ce6d9e (diff)
downloadopenembedded-core-contrib-9129af6dc421455c0253be313bf5781b913dc5fd.tar.gz
testexport.bbclass: Update to use python3
Remove deprecated attributes in order to use python3. runexported was changed to use python3. [YOCTO #9702] Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runexported.py')
-rwxr-xr-xmeta/lib/oeqa/runexported.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runexported.py b/meta/lib/oeqa/runexported.py
index 52c1171a3a..f1366a63d3 100755
--- a/meta/lib/oeqa/runexported.py
+++ b/meta/lib/oeqa/runexported.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (C) 2013 Intel Corporation