1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/scripting/python/samba_external
Andrew Tridgell 4cb423f527 s4-python: python is not always in /usr/bin
Using "#!/usr/bin/env python" is more portable. It still isn't ideal
though, as we should really use the python path found at configure
time. We do that in many places already, but some don't.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-06-24 18:46:57 +10:00
..
missing.py s4-python: python is not always in /usr/bin 2010-06-24 18:46:57 +10:00
README s4-python: import a copy of the python dns library 2010-03-05 11:54:36 +11:00

This directory is for external python libraries that may not be
installed on the local system. We always should try to use the
system version of the library if possible, then use the Samba
supplied copy if the system copy is unavailable