summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-01-14 17:39:28 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-01-14 17:42:06 +0200
commitb4f482375ad7f72a8d8eeb1055098b8d13614acf (patch)
tree72dbe05a3af8af3dbc27c9837a588e2a6a93a0d6 /test
parent363e55779dc83b2bf3c181edffbe7357d3bc3844 (diff)
downloadbluez-b4f482375ad7f72a8d8eeb1055098b8d13614acf.tar.gz
tools: Fix map-client to use new print syntax
print now requires () on newer python: File "./map-client", line 101 print err ^
Diffstat (limited to 'test')
-rwxr-xr-xtest/map-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/map-client b/test/map-client
index 9fb7a5e13..34897cdc8 100755
--- a/test/map-client
+++ b/test/map-client
@@ -98,7 +98,7 @@ class MapClient:
print("Operation succeeded")
def error(self, err):
- print err
+ print(err)
mainloop.quit()
def transfer_complete(self, path):