PY3: change shebang to python3 in source4/torture dir
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 12 Dec 2018 00:38:33 +0000 (13:38 +1300)
committerNoel Power <npower@samba.org>
Fri, 14 Dec 2018 13:40:20 +0000 (14:40 +0100)
Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
16 files changed:
source4/torture/drs/python/cracknames.py
source4/torture/drs/python/delete_object.py
source4/torture/drs/python/drs_base.py
source4/torture/drs/python/fsmo.py
source4/torture/drs/python/getnc_exop.py
source4/torture/drs/python/getnc_unpriv.py
source4/torture/drs/python/getncchanges.py
source4/torture/drs/python/link_conflicts.py
source4/torture/drs/python/linked_attributes_drs.py
source4/torture/drs/python/repl_move.py
source4/torture/drs/python/repl_rodc.py
source4/torture/drs/python/repl_schema.py
source4/torture/drs/python/replica_sync.py
source4/torture/drs/python/replica_sync_rodc.py
source4/torture/drs/python/ridalloc_exop.py
source4/torture/libnet/python/samr-test.py

index 97c751f51805f6ce34431def2db9c461b664a161..c35a2680ff91b5c0fa46c247b006862b4807a123 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Copyright (C) Catalyst .Net Ltd 2017
index 5d45462adc5d4be5810419988e7dcd8e79e86188..1022489a767ce741e1f1d15e9fef9ecec9bc2681 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Unix SMB/CIFS implementation.
index d19e625021bec38e85075fc242b3ff56963ec586..5eaad9edc1c01be25ce10106a8b9be3981dea20b 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Unix SMB/CIFS implementation.
index ae8fc9f7020c8a6512db74a8c9f7f415a35f5c50..744299cc6104d54b295702dcbb64e93d8f538a3d 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Unix SMB/CIFS implementation.
index 7e327667ebf3ab6de8edf6e3bab4bca727f2ce16..6d60d977ea57b14b9e483cee7b9fd2fa746751f1 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Tests various schema replication scenarios
index b4788c5d4a01dd8be6419d6c147c565f1c434977..c53906acd8fc4a0dbce74208e3ae3eea4e32b460 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Tests replication scenarios with different user privileges.
index ff737a500b8e274c8d45b9474334ec46195844c8..023cb8a394c0eecb47f852fb0ade7fd2eb17d535 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Tests various schema replication scenarios
index 3066412c2300e8113962ce9c0868552d64db35ca..2c2f9a653fe1ec1ea0a2381ce9ac904dcc8609c4 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Tests replication scenarios that involve conflicting linked attribute
index 425e92711923f8201f06f91a007947d49acc3e6a..aa815ff2bcebd95c78c89fc4b5fee111a3821e9c 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # Originally based on ./sam.py
 import sys
index 3f4957281ab9988714a48139a75007f8426b51bb..624c95e40fccd9f6c46512a1fd5dea10cda27483 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Unix SMB/CIFS implementation.
index 15587f40ff63937b632eae2cbe9f7524a660c927..8e2b2ef51cfdeb6904340e4ab19e9ec3b077e0d7 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Test replication scenarios involving an RODC
index 90a60c09f83250f6a46ceb0b88fe1b05eab2a230..ee42fd1da10b059a75d651d5756ff03b2fbacf8a 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Tests various schema replication scenarios
index 20b1c905c45d51017d98c7de184266ce710e750b..03292b5780584b6dea70da71130be4666cea7c5b 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Tests various schema replication scenarios
index f439e732ca1d6e77ebb041941c4f9cd5d88a2cf7..8dc48a9b9164d1db5bb7bb7c4762837891bce54a 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Test conflict scenarios on the RODC
index b6ab004e95c3f95d8be6aee1499e90a9e1ea7226..f02ae11072a8b7a8ada738a67ad57c40f1c12e00 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Tests various RID allocation scenarios
index 8e8695e416b6f5bb283aa31de0bfb760637bf000..4181e56efbeeb6feace1a53de2dd9cc386f026ff 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Unix SMB/CIFS implementation.