mbox series

[BlueZ,0/1] Fix GLib deprecation warning in example-gatt-client/server

Message ID 20240531193622.1696328-1-me@prestonhunt.com
Headers show
Series Fix GLib deprecation warning in example-gatt-client/server | expand

Message

Preston Hunt May 31, 2024, 7:36 p.m. UTC
Updates example-gatt-client and example-gatt-server sample applications
in test/ directory to fix deprecation warning:

    PyGIDeprecationWarning: GObject.MainLoop is deprecated; use
    GLib.MainLoop instead

Also, remove python2 import since the script is run with a python3
shebang.

Preston Hunt (1):
  test/example-gatt: fix deprecation warning

 test/example-gatt-client |  7 ++-----
 test/example-gatt-server | 11 ++++-------
 2 files changed, 6 insertions(+), 12 deletions(-)