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:
Giuseppe Andreello
2017-04-26 21:23:02 -07:00
committed by Jonathan Hui
parent 30c2631335
commit 6d8d42e9bf
126 changed files with 126 additions and 126 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright (c) 2016, The OpenThread Authors.
# All rights reserved.