Skip to content

Commit a89d844

Browse files
authored
Merge pull request #539 from emollier/shebang
d/s/examples/*.py: use python3 in shebang.
2 parents 4cbd9ff + e9b50f2 commit a89d844

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/examples/imageWithMetadata.py

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

44
"""Copyright © 2014 German Neuroinformatics Node (G-Node)

docs/source/examples/multipleTimeSeries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
"""Copyright © 2014 German Neuroinformatics Node (G-Node)
44

docs/source/examples/singleROI.py

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

44
"""Copyright © 2014 German Neuroinformatics Node (G-Node)

docs/source/examples/taggedFeature.py

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

44
"""Copyright © 2014 German Neuroinformatics Node (G-Node)

0 commit comments

Comments
 (0)