All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] Update python2 examples to run properly with python3
@ 2024-05-09 21:42 Preston Hunt
  2024-05-09 21:42 ` [PATCH BlueZ 1/1] test examples: fix python3 errors Preston Hunt
  2024-05-13 14:00 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 4+ messages in thread
From: Preston Hunt @ 2024-05-09 21:42 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Preston Hunt

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-13 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09 21:42 [PATCH BlueZ 0/1] Update python2 examples to run properly with python3 Preston Hunt
2024-05-09 21:42 ` [PATCH BlueZ 1/1] test examples: fix python3 errors Preston Hunt
2024-05-09 23:41   ` Update python2 examples to run properly with python3 bluez.test.bot
2024-05-13 14:00 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.