Skip to content

Commit 3dd1148

Browse files
committed
[examples] remove hardcoded python executable
1 parent f5f17c3 commit 3dd1148

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/bip-0070-payment-protocol.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.7
1+
#!/usr/bin/env python3
22

33
# Copyright (C) 2013-2014 The python-bitcoinlib developers
44
#

examples/make-bootstrap-rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
# Copyright (C) 2013-2014 The python-bitcoinlib developers
44
#

examples/spend-p2pkh-txout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
# Copyright (C) 2014 The python-bitcoinlib developers
44
#

examples/spend-p2sh-txout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
# Copyright (C) 2014 The python-bitcoinlib developers
44
#

examples/timestamp-op-ret.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
# Copyright (C) 2014 The python-bitcoinlib developers
44
#

0 commit comments

Comments
 (0)