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 templatesFileFormatVersion |
15 from .Config import templatesFileFormatVersion |
16 from XMLHandlerBase import XMLHandlerBase |
16 from .XMLHandlerBase import XMLHandlerBase |
17 |
17 |
18 class TemplatesHandler(XMLHandlerBase): |
18 class TemplatesHandler(XMLHandlerBase): |
19 """ |
19 """ |
20 Class implementing a sax handler to read an XML templates file. |
20 Class implementing a sax handler to read an XML templates file. |
21 """ |
21 """ |