1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

bitbake: lib: print is a function in moderm python, covert remaining users

(Bitbake rev: d0b180d868390a464b6799ad90db6bbe0350e158)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2013-05-09 21:19:04 +00:00
parent 3e86a6cdde
commit e5d077d57f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class BBTransport(xmlrpclib.Transport):
if not response:
break
if self.verbose:
print "body:", repr(response)
print("body:", repr(response))
p.feed(response)
file.close()