diff options
| author | Joe Guo <joeg@catalyst.net.nz> | 2018-12-12 13:43:21 +1300 |
|---|---|---|
| committer | Noel Power <npower@samba.org> | 2018-12-14 18:00:40 +0100 |
| commit | edfb6cb8223be430360c8372457880471a198630 (patch) | |
| tree | 7cc22d3569f1c27ba93ebda2cd744ce676fc304b /python/examples/samr.py | |
| parent | a07279b78a83d7e62eb0c58a2ac989407a40fb6b (diff) | |
| download | samba-edfb6cb8223be430360c8372457880471a198630.tar.gz samba-edfb6cb8223be430360c8372457880471a198630.tar.bz2 samba-edfb6cb8223be430360c8372457880471a198630.zip | |
PY3: change shebang to python3 in misc dirs
Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
Autobuild-User(master): Noel Power <npower@samba.org>
Autobuild-Date(master): Fri Dec 14 18:00:40 CET 2018 on sn-devel-144
Diffstat (limited to 'python/examples/samr.py')
| -rwxr-xr-x | python/examples/samr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/samr.py b/python/examples/samr.py index 494d0862592..7cd70f5a110 100755 --- a/python/examples/samr.py +++ b/python/examples/samr.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Unix SMB/CIFS implementation. |
