summaryrefslogtreecommitdiffstats
path: root/progress.py
diff options
context:
space:
mode:
Diffstat (limited to 'progress.py')
-rw-r--r--progress.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/progress.py b/progress.py
index 8a643db2..ff627980 100644
--- a/progress.py
+++ b/progress.py
@@ -26,6 +26,7 @@ _NOT_TTY = not os.isatty(2)
26# column 0. 26# column 0.
27CSI_ERASE_LINE = '\x1b[2K' 27CSI_ERASE_LINE = '\x1b[2K'
28 28
29
29class Progress(object): 30class Progress(object):
30 def __init__(self, title, total=0, units='', print_newline=False, 31 def __init__(self, title, total=0, units='', print_newline=False,
31 always_print_percentage=False): 32 always_print_percentage=False):