Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Modules/Core/Common/wrapping/test/itkImageInteropTest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# ==========================================================================
#
# Copyright NumFOCUS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# ==========================================================================
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# ==========================================================================
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# ==========================================================================
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# ==========================================================================
#
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Doxygen/datetime.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright NumFOCUS
#
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Doxygen/mcdoc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys, os, re, glob

Expand Down
2 changes: 1 addition & 1 deletion Utilities/ITKv5Preparation/EnumPrintFunction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# \author Mathew J. Seng
# This python script helps transition existing enumerations to ITKv5's strongly typed enumerations.

Expand Down
2 changes: 1 addition & 1 deletion Utilities/ITKv5Preparation/replaceClassWithTypename.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# \author Hans J. Johnson
# The following python script was used to make the ITK code consistent.

Expand Down
2 changes: 1 addition & 1 deletion Utilities/Maintenance/ArchiveTestingDataOnAzure.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3


description = """
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Maintenance/BuildHeaderTest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# ==========================================================================
#
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Maintenance/FindRedundantHeaderIncludes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# ==========================================================================
#
# Copyright NumFOCUS
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Maintenance/JREUpdate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

description = """
Update the JRE tarballs to be bundled with the SCIFIOImageIO plugin.
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Maintenance/UpdateCopyrightStatementsInITK.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# ==========================================================================
#
# Copyright NumFOCUS
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Maintenance/VCL_ModernizeNaming.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!python
#!/usr/bin/env python3
# \author Hans J. Johnson
#
# Now that all supported compilers simply
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Maintenance/VNL_ModernizeNaming.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python3
# \author Hans J. Johnson
#
# Prepare for the future by recommending
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Maintenance/VerifyURLs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3


import sys
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Maintenance/VisualizeTestTimes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""VisualizeTestTimes.py

Expand Down
2 changes: 1 addition & 1 deletion Utilities/Maintenance/WhatModulesITK.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3


import os, sys
Expand Down
2 changes: 1 addition & 1 deletion Wrapping/Generators/Doc/doxy2swig.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""Doxygen XML to SWIG docstring converter.

Converts Doxygen generated XML files into a file containing docstrings
Expand Down
2 changes: 1 addition & 1 deletion Wrapping/Generators/Doc/itk_doxy2swig.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""Doxygen XML to SWIG docstring converter for ITK classes.

Usage:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# LazyLoading must be threadsafe
#
# The loading of modules in python *must* occur as a
Expand Down
2 changes: 1 addition & 1 deletion Wrapping/Generators/SwigInterface/igenerator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
igenerator.py
PURPOSE:
Expand Down
Loading