Skip to content

Commit

Permalink
PY3: change shebang to python3 in lib dir
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Guo <[email protected]>
Reviewed-by: Noel Power <[email protected]>
  • Loading branch information
catalyst-joe-guo authored and Noel Power committed Dec 14, 2018
1 parent c65a707 commit a07279b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/ldb-samba/tests/match_rules.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import optparse
import sys
Expand Down
2 changes: 1 addition & 1 deletion lib/ldb/tests/python/api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Simple tests for the ldb python bindings.
# Copyright (C) 2007 Jelmer Vernooij <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion lib/ldb/tests/python/index.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Tests for truncated index keys
#
Expand Down
2 changes: 1 addition & 1 deletion lib/talloc/test_pytalloc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Simple tests for the talloc python bindings.
# Copyright (C) 2015 Petr Viktorin <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion lib/tdb/python/tdbdump.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Trivial reimplementation of tdbdump in Python

from __future__ import print_function
Expand Down
2 changes: 1 addition & 1 deletion lib/tdb/python/tests/simple.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a07279b

Please sign in to comment.