Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/caching_requestor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""Example program that shows how simple in-memory caching can be used.

Expand Down
2 changes: 1 addition & 1 deletion examples/device_id_auth_trophies.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""Example program that outputs a user's list of trophies.

Expand Down
2 changes: 1 addition & 1 deletion examples/obtain_refresh_token.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""Example program that demonstrates the flow for retrieving a refresh token.

Expand Down
2 changes: 1 addition & 1 deletion examples/read_only_auth_trophies.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""Example program that outputs a user's list of trophies.

Expand Down
2 changes: 1 addition & 1 deletion examples/script_auth_friend_list.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""script_auth_friend_list.py outputs the authenticated user's list of friends.

Expand Down
Loading