mirror of https://github.com/python/cpython
/usr/bin/env is slightly more portable
This commit is contained in:
parent
00bf8efe0b
commit
7081a69b24
|
@ -1,4 +1,4 @@
|
|||
#! /bin/env python
|
||||
#! /usr/bin/env python
|
||||
|
||||
"""Print the long name of an Internet domain.
|
||||
|
||||
|
|
Loading…
Reference in New Issue