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 |
13 |
14 from __future__ import unicode_literals |
|
15 |
14 |
16 import os |
15 import os |
17 import fnmatch |
16 import fnmatch |
18 import threading |
17 import threading |
19 |
18 |