tests.parent_test: Don't assume interpreter is in /usr/bin
This commit is contained in:
parent
7c4982ebee
commit
a167f164e4
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# I am a Python interpreter that sits idle until the connection times out.
|
||||
|
||||
import time
|
||||
|
|
Loading…
Reference in New Issue