11:b0996e4a289e | 12:1d8dd9706f46 |
---|---|
10 import os | 10 import os |
11 import time | 11 import time |
12 | 12 |
13 from E4Gui.E4Application import e4App | 13 from E4Gui.E4Application import e4App |
14 | 14 |
15 from Config import tasksFileFormatVersion | 15 from .Config import tasksFileFormatVersion |
16 from XMLHandlerBase import XMLHandlerBase | 16 from .XMLHandlerBase import XMLHandlerBase |
17 | 17 |
18 import Utilities | 18 import Utilities |
19 | 19 |
20 class TasksHandler(XMLHandlerBase): | 20 class TasksHandler(XMLHandlerBase): |
21 """ | 21 """ |