PY3: change shebang to python3 in lib dir
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 12 Dec 2018 00:41:58 +0000 (13:41 +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>
lib/ldb-samba/tests/match_rules.py
lib/ldb/tests/python/api.py
lib/ldb/tests/python/index.py
lib/talloc/test_pytalloc.py
lib/tdb/python/tdbdump.py
lib/tdb/python/tests/simple.py

index 13561b174e90d0ed76139e4359c2ed1c9d8a6aa8..0ad375653f694c607e91beeefc9662a9ff0c37ae 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import optparse
 import sys
index 6be410b22f3e16aa8d346ff28a20397b21789fc1..7b6418154e61c1a37e7d5ef573c8497d2e358edc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Simple tests for the ldb python bindings.
 # Copyright (C) 2007 Jelmer Vernooij <jelmer@samba.org>
 
index 63486eb9b2d65b6ecf39d4c1ccff53ec1303a358..3652901888eec414eca458743a208ab5f6fd6de8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Tests for truncated index keys
 #
index 43b09df8ecce7155c338becb5155119a1832e31c..809510fea8dc119fb9f1b3630c51b0f367f7b4c5 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Simple tests for the talloc python bindings.
 # Copyright (C) 2015 Petr Viktorin <pviktori@redhat.com>
 
index 08769eaa3e55c342832bd44883d61209e8083914..306a950d28c867cadac88ff9102ec0f67459e890 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Trivial reimplementation of tdbdump in Python
 
 from __future__ import print_function
index 151807874edd75eeb8adb0487cacbcac977aa135..312d587fcdee8b081ee1773d4bd0fe89d7e4700d 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Some simple tests for the Python bindings for TDB
 # Note that this tests the interface of the Python bindings
 # It does not test tdb itself.