bin/pick-ui: use asyncio.new_event_loop
authorDylan Baker <dylan.c.baker@intel.com>
Thu, 20 Apr 2023 23:02:16 +0000 (16:02 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 15 Jun 2023 22:37:31 +0000 (22:37 +0000)
commitbea911174903190bcdeff63d431b04304c7fd6a8
treedce576de74938771d107bac9175e3e473608b66b
parent0630a599fc7ab3b2c83a703dd1ddb71c535b3d9c
bin/pick-ui: use asyncio.new_event_loop

Instead of .get_event_loop, which is deprecated when there isn't a
running loop (like in our case).

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23472>
bin/pick-ui.py