diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-09 21:19:04 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-09 22:28:24 +0100 |
| commit | e5d077d57f7d150d5a0bb67fdc1c87a94091cafe (patch) | |
| tree | a2a68e4c1393585b10e76852a342c9617e8c2827 /bitbake/lib/bb/server/xmlrpc.py | |
| parent | 3e86a6cddef330e08170887104f0aebae96183a6 (diff) | |
| download | poky-e5d077d57f7d150d5a0bb67fdc1c87a94091cafe.tar.gz | |
bitbake: lib: print is a function in moderm python, covert remaining users
(Bitbake rev: d0b180d868390a464b6799ad90db6bbe0350e158)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/server/xmlrpc.py')
| -rw-r--r-- | bitbake/lib/bb/server/xmlrpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/server/xmlrpc.py b/bitbake/lib/bb/server/xmlrpc.py index 61bd57a530..9482923df4 100644 --- a/bitbake/lib/bb/server/xmlrpc.py +++ b/bitbake/lib/bb/server/xmlrpc.py | |||
| @@ -101,7 +101,7 @@ class BBTransport(xmlrpclib.Transport): | |||
| 101 | if not response: | 101 | if not response: |
| 102 | break | 102 | break |
| 103 | if self.verbose: | 103 | if self.verbose: |
| 104 | print "body:", repr(response) | 104 | print("body:", repr(response)) |
| 105 | p.feed(response) | 105 | p.feed(response) |
| 106 | 106 | ||
| 107 | file.close() | 107 | file.close() |
