Add #! line and make executable.

This commit is contained in:
Bradley M. Kuhn 2022-11-22 12:58:29 -08:00
parent cc25d0eb63
commit 15c9fbfe6f

1
paypal_report.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/python3
"""Download subscribers or subscriber transactions from PayPal. """Download subscribers or subscriber transactions from PayPal.
Used to help Conservancy keep track of Sustainers. Used to help Conservancy keep track of Sustainers.