Skip to content

Commit

Permalink
Merge pull request #539 from emollier/shebang
Browse files Browse the repository at this point in the history
d/s/examples/*.py: use python3 in shebang.
  • Loading branch information
jgrewe authored Feb 20, 2024
2 parents 4cbd9ff + e9b50f2 commit a89d844
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/examples/imageWithMetadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""Copyright © 2014 German Neuroinformatics Node (G-Node)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/multipleTimeSeries.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Copyright © 2014 German Neuroinformatics Node (G-Node)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/singleROI.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""Copyright © 2014 German Neuroinformatics Node (G-Node)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/taggedFeature.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""Copyright © 2014 German Neuroinformatics Node (G-Node)
Expand Down

0 comments on commit a89d844

Please sign in to comment.