From 85cd0a1e08748866982174e323f6dd1731c8aaee Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Tue, 20 Nov 2018 15:42:06 -0500 Subject: [PATCH] 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. --- redo-log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo-log.py b/redo-log.py index c29fbc8..6eb5f3f 100755 --- a/redo-log.py +++ b/redo-log.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import errno, fcntl, os, re, struct, sys, termios, time from atoi import atoi import options