1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

python: use '#!/usr/bin/env python' to cope with varying install locations

this should be much more portable
This commit is contained in:
Andrew Tridgell
2010-03-24 16:50:50 +11:00
parent 845c2281c7
commit 088096d1ba
30 changed files with 30 additions and 30 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import getopt