Replaced all instances of 'python' with 'python2'
On systems where 'python' refers to python3, redo failed to launch. All invocations of python have been made explicitly python2 invocations. All tests pass on an Arch Linux system as of this commit.
This commit is contained in:
parent
6d7020b987
commit
190b4c34ff
15 changed files with 16 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
import sys, os
|
||||
import state
|
||||
from log import err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue