Skip to content

Commit

Permalink
Replaced #!/usr/bin/env python with #!/usr/bin/python to match An…
Browse files Browse the repository at this point in the history
…sible module format

Signed-off-by: Allar Viik <[email protected]>
  • Loading branch information
AllRWeak committed Jul 16, 2024
1 parent dfbbd04 commit 727f00b
Show file tree
Hide file tree
Showing 89 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion plugins/doc_fragments/vmware_nsxt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2021 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/common_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright 2019 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/nsxt_base_resource.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/nsxt_resource_urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2020 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/policy_communicator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2020 VMware, Inc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2020 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/vcenter_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright 2019 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/vmware_nsxt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_certificates.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_certificates_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2020 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_cluster_profiles.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2020 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_cluster_profiles_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_deploy_ova.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_edge_clusters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_edge_clusters_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_fabric_compute_managers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_fabric_compute_managers_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_global_manager_active.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2021 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_global_manager_enable_service.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2021 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_global_manager_registration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2021 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_ip_blocks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_ip_blocks_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_ip_pools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_ip_pools_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_licenses.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_licenses_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_local_manager_registration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2021 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_local_managers_compatibility.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2021 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_local_managers_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
#
# Copyright 2021 VMware, Inc.
# SPDX-License-Identifier: BSD-2-Clause OR GPL-3.0-only
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_logical_ports.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_logical_ports_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_logical_router_ports.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_logical_router_ports_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_logical_router_static_routes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_logical_routers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_logical_routers_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_logical_switches.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_logical_switches_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_manager_auto_deployment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_manager_auto_deployment_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_manager_status.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_policy_bfd_profile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2020 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_policy_gateway_policy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2020 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_policy_group.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_policy_ip_block.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_policy_ip_pool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_policy_l2_bridge_ep_profile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2020 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_policy_security_policy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_policy_segment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_policy_tier0.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_policy_tier1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_principal_identities.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_principal_identities_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_repo_sync.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2019 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_repo_sync_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2019 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_route_advertise.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_transport_node_collections.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_transport_node_collections_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_transport_node_profiles.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_transport_node_profiles_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_transport_nodes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_transport_nodes_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_transport_zones.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_transport_zones_facts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 VMware, Inc.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsxt_upgrade_eula_accept.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2019 VMware, Inc.
Expand Down
Loading

0 comments on commit 727f00b

Please sign in to comment.