diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-24 16:50:50 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-03-25 14:37:19 +1100 |
commit | 088096d1bad51428a2e2d487214995d4fdfc7ccc (patch) | |
tree | aa23f81cec36b9eb92f48f56576803a4c8e20d5d /source4/lib/ldb | |
parent | 845c2281c7513bd3139a8f50b593658b32dbdb31 (diff) | |
download | samba-088096d1bad51428a2e2d487214995d4fdfc7ccc.tar.gz samba-088096d1bad51428a2e2d487214995d4fdfc7ccc.tar.bz2 samba-088096d1bad51428a2e2d487214995d4fdfc7ccc.zip |
python: use '#!/usr/bin/env python' to cope with varying install locations
this should be much more portable
Diffstat (limited to 'source4/lib/ldb')
-rwxr-xr-x | source4/lib/ldb/tests/python/acl.py | 2 | ||||
-rwxr-xr-x | source4/lib/ldb/tests/python/api.py | 2 | ||||
-rwxr-xr-x | source4/lib/ldb/tests/python/deletetest.py | 2 | ||||
-rwxr-xr-x | source4/lib/ldb/tests/python/ldap.py | 2 | ||||
-rwxr-xr-x | source4/lib/ldb/tests/python/ldap_schema.py | 2 | ||||
-rwxr-xr-x | source4/lib/ldb/tests/python/sec_descriptor.py | 2 | ||||
-rwxr-xr-x | source4/lib/ldb/tests/python/urgent_replication.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/source4/lib/ldb/tests/python/acl.py b/source4/lib/ldb/tests/python/acl.py index 06136894e7..e4c531af30 100755 --- a/source4/lib/ldb/tests/python/acl.py +++ b/source4/lib/ldb/tests/python/acl.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # This is unit with tests for LDAP access checks diff --git a/source4/lib/ldb/tests/python/api.py b/source4/lib/ldb/tests/python/api.py index 956908d7d6..001739bd53 100755 --- a/source4/lib/ldb/tests/python/api.py +++ b/source4/lib/ldb/tests/python/api.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Simple tests for the ldb python bindings. # Copyright (C) 2007 Jelmer Vernooij <jelmer@samba.org> diff --git a/source4/lib/ldb/tests/python/deletetest.py b/source4/lib/ldb/tests/python/deletetest.py index 3fe28a389d..13bec7efae 100755 --- a/source4/lib/ldb/tests/python/deletetest.py +++ b/source4/lib/ldb/tests/python/deletetest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- import getopt diff --git a/source4/lib/ldb/tests/python/ldap.py b/source4/lib/ldb/tests/python/ldap.py index 6d01fcd370..5e840308b3 100755 --- a/source4/lib/ldb/tests/python/ldap.py +++ b/source4/lib/ldb/tests/python/ldap.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # This is a port of the original in testprogs/ejs/ldap.js diff --git a/source4/lib/ldb/tests/python/ldap_schema.py b/source4/lib/ldb/tests/python/ldap_schema.py index 201711d714..4ed1d1c3b4 100755 --- a/source4/lib/ldb/tests/python/ldap_schema.py +++ b/source4/lib/ldb/tests/python/ldap_schema.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # This is a port of the original in testprogs/ejs/ldap.js diff --git a/source4/lib/ldb/tests/python/sec_descriptor.py b/source4/lib/ldb/tests/python/sec_descriptor.py index 84edd90f7d..4d03c0bd94 100755 --- a/source4/lib/ldb/tests/python/sec_descriptor.py +++ b/source4/lib/ldb/tests/python/sec_descriptor.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- import getopt diff --git a/source4/lib/ldb/tests/python/urgent_replication.py b/source4/lib/ldb/tests/python/urgent_replication.py index 752a95e1b4..b8df072bf3 100755 --- a/source4/lib/ldb/tests/python/urgent_replication.py +++ b/source4/lib/ldb/tests/python/urgent_replication.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # This is a port of the original in testprogs/ejs/ldap.js |