8 """ |
8 """ |
9 |
9 |
10 import os |
10 import os |
11 import time |
11 import time |
12 |
12 |
13 from XMLWriterBase import XMLWriterBase |
13 from .XMLWriterBase import XMLWriterBase |
14 from Config import templatesFileFormatVersion |
14 from .Config import templatesFileFormatVersion |
15 |
15 |
16 class TemplatesWriter(XMLWriterBase): |
16 class TemplatesWriter(XMLWriterBase): |
17 """ |
17 """ |
18 Class implementing the writer class for writing an XML templates file. |
18 Class implementing the writer class for writing an XML templates file. |
19 """ |
19 """ |