summaryrefslogtreecommitdiff
path: root/lib/ldb-samba
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-12-12 13:41:58 +1300
committerNoel Power <npower@samba.org>2018-12-14 14:40:20 +0100
commita07279b78a83d7e62eb0c58a2ac989407a40fb6b (patch)
tree8c650eeff6a2e38d6776ba2ad67e79a2525b2667 /lib/ldb-samba
parentc65a70781da987b4ea445b3ad79784b508170bf5 (diff)
downloadsamba-a07279b78a83d7e62eb0c58a2ac989407a40fb6b.tar.gz
PY3: change shebang to python3 in lib dir
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
Diffstat (limited to 'lib/ldb-samba')
-rwxr-xr-xlib/ldb-samba/tests/match_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb-samba/tests/match_rules.py b/lib/ldb-samba/tests/match_rules.py
index 13561b174e9..0ad375653f6 100755
--- a/lib/ldb-samba/tests/match_rules.py
+++ b/lib/ldb-samba/tests/match_rules.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import optparse
import sys