Bug 1065029 - Import time to make test mode work. r=sfink

This commit is contained in:
Tom Tromey 2014-09-12 10:15:58 -06:00
parent eeeb61909d
commit da8085cf90

View File

@ -4,7 +4,7 @@
# Text progress bar library, like curl or scp.
import sys, datetime
import sys, datetime, time
class ProgressBar(object):
def __init__(self, label, limit, label_width=12):