E4XML/TemplatesWriter.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
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 """

eric ide

mercurial