mirror of
https://github.com/espressif/openthread.git
synced 2026-07-18 18:14:07 +00:00
Fixed python interpreter directives (#1667)
Changed the interpreter directives from '#!/usr/bin/python' to '#!/usr/bin/env python' so the OpenThread tests can be run inside a python virtualenv.
This commit is contained in:
committed by
Jonathan Hui
parent
30c2631335
commit
6d8d42e9bf
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Copyright (c) 2016, The OpenThread Authors.
|
||||
# All rights reserved.
|
||||
|
||||
Reference in New Issue
Block a user