summaryrefslogtreecommitdiffstats
path: root/examples/progress-bar/many-parallel-tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/progress-bar/many-parallel-tasks.py')
-rwxr-xr-xexamples/progress-bar/many-parallel-tasks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/progress-bar/many-parallel-tasks.py b/examples/progress-bar/many-parallel-tasks.py
index dc34ef2..f3af4fe 100755
--- a/examples/progress-bar/many-parallel-tasks.py
+++ b/examples/progress-bar/many-parallel-tasks.py
@@ -2,6 +2,7 @@
"""
More complex demonstration of what's possible with the progress bar.
"""
+
import threading
import time