src/eric7/Tasks/Task.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
13 import time 13 import time
14 14
15 from PyQt6.QtCore import Qt, QUuid 15 from PyQt6.QtCore import Qt, QUuid
16 from PyQt6.QtWidgets import QTreeWidgetItem 16 from PyQt6.QtWidgets import QTreeWidgetItem
17 17
18 from eric7 import Preferences
18 from eric7.EricGui import EricPixmapCache 19 from eric7.EricGui import EricPixmapCache
19 from eric7 import Preferences
20 20
21 21
22 class TaskType(enum.IntEnum): 22 class TaskType(enum.IntEnum):
23 """ 23 """
24 Class defining the task types. 24 Class defining the task types.

eric ide

mercurial