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:
Avery Pennarun 2018-11-20 15:42:06 -05:00
commit 85cd0a1e08

View file

@ -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