summaryrefslogtreecommitdiffstats
path: root/contrib/python/aiohttp/patches/99-rep-get-running-loop.sh
blob: b97011e3c676f264eeecd2f34d7fae2fa5972ddd (plain) (blame)
1
2
3
4
# This patch may be dropped after python 3.13 upver

find aiohttp -type f -exec sed --in-place 's|loop or asyncio.get_running_loop|loop or asyncio.get_event_loop|g' '{}' ';'