95:261bc03812fd | 96:9624a110667d |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the writer class for writing an XML templates file. | 7 Module implementing the writer class for writing an XML templates file. |
8 """ | 8 """ |
9 | 9 |
10 import os | |
11 import time | 10 import time |
12 | 11 |
13 from .XMLWriterBase import XMLWriterBase | 12 from .XMLWriterBase import XMLWriterBase |
14 from .Config import templatesFileFormatVersion | 13 from .Config import templatesFileFormatVersion |
15 | 14 |