redo-log: missing switch from python -> python2.
The python2 pull request and the redo-log patches were on separate branches, so we missed one conversion.
This commit is contained in:
parent
2391f980be
commit
85cd0a1e08
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
import errno, fcntl, os, re, struct, sys, termios, time
|
import errno, fcntl, os, re, struct, sys, termios, time
|
||||||
from atoi import atoi
|
from atoi import atoi
|
||||||
import options
|
import options
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue