tools/provision: Use python3 because python2 doesn't work.
This commit is contained in:
parent
b06ebdecef
commit
b119d67182
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue