Several of the examples in the test/ directory are python2 scripts. In commit d31f04aa928ae8fb7a4fc5b0876dd17ea65d4513, added a python3 shebang, causing these scripts to be run by python3. Because they are python2 scripts, they won't run properly. Fixed by running Python's 2to3 utility. Preston Hunt (1): test examples: fix python3 errors test/exchange-business-cards | 4 +-- test/get-obex-capabilities | 6 ++-- test/list-folders | 6 ++-- test/sap_client.py | 68 ++++++++++++++++++------------------ test/simple-player | 4 +-- 5 files changed, 44 insertions(+), 44 deletions(-) -- 2.42.0