eric6/Tasks/TaskViewer.py

changeset 7229
53054eb5b15a
parent 6942
2602857055c5
child 7259
7c017076c12e
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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

eric ide

mercurial