Skip to content

Commit 534b8c2

Browse files
committed
Update python sheband in examples to widely adopted convention
1 parent fc60534 commit 534b8c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/computer_vision/fast.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
#######################################################
44
# Copyright (c) 2018, ArrayFire

examples/computer_vision/harris.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
#######################################################
44
# Copyright (c) 2018, ArrayFire

examples/computer_vision/matching.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
#######################################################
44
# Copyright (c) 2018, ArrayFire

examples/computer_vision/susan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
#######################################################
44
# Copyright (c) 2018, ArrayFire

0 commit comments

Comments
 (0)