summaryrefslogtreecommitdiffstats
path: root/examples/progress-bar/two-tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/progress-bar/two-tasks.py')
-rwxr-xr-xexamples/progress-bar/two-tasks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/progress-bar/two-tasks.py b/examples/progress-bar/two-tasks.py
index c78604e..36bdf6a 100755
--- a/examples/progress-bar/two-tasks.py
+++ b/examples/progress-bar/two-tasks.py
@@ -2,6 +2,7 @@
"""
Two progress bars that run in parallel.
"""
+
import threading
import time