Package: python-asyncprawcore / 3.0.2-1

Metadata

Package Version Patches format
python-asyncprawcore 3.0.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix interpreter path.diff | (download)

examples/caching_requestor.py | 2 1 + 1 - 0 !
examples/device_id_auth_trophies.py | 2 1 + 1 - 0 !
examples/obtain_refresh_token.py | 2 1 + 1 - 0 !
examples/read_only_auth_trophies.py | 2 1 + 1 - 0 !
examples/script_auth_friend_list.py | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 fixed interpreter path to use python3
 This patch fixes the shebang lines in example scripts 
 to use `python3` instead of `python`, ensuring compatibility 
 with systems where `python` does not point to Python 3.