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 # __IGNORE_WARNING__ |
14 from __future__ import unicode_literals |
15 |
15 |
16 import os |
16 import os |
17 import fnmatch |
17 import fnmatch |
18 |
18 |
19 from PyQt4.QtCore import pyqtSignal, Qt |
19 from PyQt4.QtCore import pyqtSignal, Qt |