diff options
Diffstat (limited to 'examples/progress-bar/a-lot-of-parallel-tasks.py')
-rwxr-xr-x | examples/progress-bar/a-lot-of-parallel-tasks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/progress-bar/a-lot-of-parallel-tasks.py b/examples/progress-bar/a-lot-of-parallel-tasks.py index 31110ac..a209827 100755 --- a/examples/progress-bar/a-lot-of-parallel-tasks.py +++ b/examples/progress-bar/a-lot-of-parallel-tasks.py @@ -2,6 +2,7 @@ """ More complex demonstration of what's possible with the progress bar. """ + import random import threading import time |