aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/qemutinyrunner.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-16 08:29:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-16 09:30:28 +0100
commit1181d86e8707c5b8e8d43d5e785d7d9cf01fa491 (patch)
tree0e003b3b781ceee01fb16654ba0f78f3807bda55 /meta/lib/oeqa/utils/qemutinyrunner.py
parent0c89a8a276b67a9292ee3100003c789126bd9ea9 (diff)
downloadopenembedded-core-contrib-1181d86e8707c5b8e8d43d5e785d7d9cf01fa491.tar.gz
classes/oeqa: Update for print statements and file() -> open() for python3
Found some more syntax cleanups needed for python3. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/utils/qemutinyrunner.py')
-rw-r--r--meta/lib/oeqa/utils/qemutinyrunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemutinyrunner.py b/meta/lib/oeqa/utils/qemutinyrunner.py
index 4f95101f30..e3d8c669e0 100644
--- a/meta/lib/oeqa/utils/qemutinyrunner.py
+++ b/meta/lib/oeqa/utils/qemutinyrunner.py
@@ -160,7 +160,7 @@ class QemuTinyRunner(QemuRunner):
if p not in parents:
parents.append(p)
newparents = next
- #print "Children matching %s:" % str(parents)
+ #print("Children matching %s:" % str(parents))
for p in parents:
# Need to be careful here since runqemu-internal runs "ldd qemu-system-xxxx"
# Also, old versions of ldd (2.11) run "LD_XXXX qemu-system-xxxx"