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