Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit b4468e3

Browse files
committed
Remove more un-necessary shebangs
Mostly in the dynamic package
1 parent e6f2092 commit b4468e3

File tree

7 files changed

+0
-14
lines changed

7 files changed

+0
-14
lines changed

config/config_exception.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# Copyright 2016 The Kubernetes Authors.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

dynamic/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# Copyright 2019 The Kubernetes Authors.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

dynamic/client.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# Copyright 2019 The Kubernetes Authors.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

dynamic/discovery.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# Copyright 2019 The Kubernetes Authors.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

dynamic/exceptions.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# Copyright 2019 The Kubernetes Authors.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

dynamic/resource.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# Copyright 2019 The Kubernetes Authors.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

dynamic/test_client.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# Copyright 2019 The Kubernetes Authors.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)