summaryrefslogtreecommitdiffstats
path: root/examples/progress-bar/simple-progress-bar.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 04:45:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 04:45:15 +0000
commit6dc655898df34ad424dfc467a8b276fdf31bd791 (patch)
tree0a3f3addbfc0b81e3850a628afe62ce830a8b0f3 /examples/progress-bar/simple-progress-bar.py
parentReleasing progress-linux version 3.0.43-2~progress7.99u1. (diff)
downloadprompt-toolkit-6dc655898df34ad424dfc467a8b276fdf31bd791.tar.xz
prompt-toolkit-6dc655898df34ad424dfc467a8b276fdf31bd791.zip
Merging upstream version 3.0.46.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/progress-bar/simple-progress-bar.py')
-rwxr-xr-xexamples/progress-bar/simple-progress-bar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/progress-bar/simple-progress-bar.py b/examples/progress-bar/simple-progress-bar.py
index c8776e5..672e103 100755
--- a/examples/progress-bar/simple-progress-bar.py
+++ b/examples/progress-bar/simple-progress-bar.py
@@ -3,6 +3,7 @@
A very simple progress bar which keep track of the progress as we consume an
iterator.
"""
+
import time
from prompt_toolkit.shortcuts import ProgressBar