Skip to content

Commit 0b4319a

Browse files
committed
add missing "#!" sequence that marks interpreted scripts
since these files have their executable bit set
1 parent a7473ca commit 0b4319a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/examples/lic_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
from __future__ import (absolute_import, division, print_function)
23

34
# example showing how to use Line Integral Convolution to visualize a vector

doc/examples/streamplot_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
from __future__ import (absolute_import, division, print_function)
23

34
# example showing how to use streamlines to visualize a vector

0 commit comments

Comments
 (0)