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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user