Tasks/TaskViewer.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 248
f4561c24989a
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
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 import os 14 import os
15 import sys
16 import time 15 import time
17 16
18 from PyQt4.QtCore import * 17 from PyQt4.QtCore import *
19 from PyQt4.QtGui import * 18 from PyQt4.QtGui import *
20 19

eric ide

mercurial