Replay: fixed missing import

This commit is contained in:
Andrew Tridgell 2015-07-02 17:14:42 +10:00
parent ef36d74a1c
commit bd27fed241

View File

@ -3,7 +3,7 @@
run Replay over a set of logs to check for code regressions
'''
import optparse, os
import optparse, os, sys
parser = optparse.OptionParser("CheckLogs")
parser.add_option("--logdir", type='string', default='testlogs', help='directory of logs to use')