7780:41420f82c0ac | 7781:607a6098cb44 |
---|---|
8 | 8 |
9 Tasks can be defined manually or automatically. Automatically | 9 Tasks can be defined manually or automatically. Automatically |
10 generated tasks are derived from a comment with a special | 10 generated tasks are derived from a comment with a special |
11 introductory text. This text is configurable. | 11 introductory text. This text is configurable. |
12 """ | 12 """ |
13 | |
14 | 13 |
15 import os | 14 import os |
16 import fnmatch | 15 import fnmatch |
17 import threading | 16 import threading |
18 | 17 |