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/messaging/tests | |
parent | 845c2281c7513bd3139a8f50b593658b32dbdb31 (diff) | |
download | samba-088096d1bad51428a2e2d487214995d4fdfc7ccc.tar.gz |
python: use '#!/usr/bin/env python' to cope with varying install locations
this should be much more portable
Diffstat (limited to 'source4/lib/messaging/tests')
-rw-r--r-- | source4/lib/messaging/tests/bindings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/messaging/tests/bindings.py b/source4/lib/messaging/tests/bindings.py index ead7a83afde..8240a364b02 100644 --- a/source4/lib/messaging/tests/bindings.py +++ b/source4/lib/messaging/tests/bindings.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Unix SMB/CIFS implementation. |