This repository was archived by the owner on Dec 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +9
-43
lines changed
Expand file tree Collapse file tree 7 files changed +9
-43
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22
33# Copyright 2015 The Kubernetes Authors.
44#
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22
33# Copyright YEAR The Kubernetes Authors.
44#
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22
33# Copyright 2016 The Kubernetes Authors.
44#
@@ -40,7 +40,7 @@ class TestBoilerplate(unittest.TestCase):
4040 """
4141 Note: run this test from the inside the boilerplate directory.
4242
43- $ python -m unittest boilerplate_test
43+ $ python3 -m unittest boilerplate_test
4444 """
4545
4646 def setUp (self ):
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22
33# Copyright 2023 The Kubernetes Authors.
44#
1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- #!/usr/bin/env python
18-
19- # Copyright 2015 The Kubernetes Authors.
20- #
21- # failed
22- #
23- # Licensed under the Apache License, Version 2.0 (the "License");
24- # you may not use this file except in compliance with the License.
25- # You may obtain a copy of the License at
26- #
27- # http://www.apache.org/licenses/LICENSE-2.0
28- #
29- # Unless required by applicable law or agreed to in writing, software
30- # distributed under the License is distributed on an "AS IS" BASIS,
31- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32- # See the License for the specific language governing permissions and
33- # limitations under the License.
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22
33# Copyright 2015 The Kubernetes Authors.
44#
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22
3- # Copyright 2023 The Kubernetes Authors.
3+ # Copyright 2024 The Kubernetes Authors.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- #!/usr/bin/env python
18-
19- # Copyright 2015 The Kubernetes Authors.
20- #
21- # failed
22- #
23- # Licensed under the Apache License, Version 2.0 (the "License");
24- # you may not use this file except in compliance with the License.
25- # You may obtain a copy of the License at
26- #
27- # http://www.apache.org/licenses/LICENSE-2.0
28- #
29- # Unless required by applicable law or agreed to in writing, software
30- # distributed under the License is distributed on an "AS IS" BASIS,
31- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32- # See the License for the specific language governing permissions and
33- # limitations under the License.
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22
33# Copyright 2015 The Kubernetes Authors.
44#
You can’t perform that action at this time.
0 commit comments