Tasks/TaskViewer.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3080
6c0a430b19df
child 3161
06f57a834adf
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
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

eric ide

mercurial