E5XML/TemplatesWriter.py

changeset 3670
f0cb7579c0b4
parent 3178
f25fc1364c88
child 4021
195a471c327b
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
39 39
40 self.writeDTD('<!DOCTYPE Templates SYSTEM "Templates-{0}.dtd">'.format( 40 self.writeDTD('<!DOCTYPE Templates SYSTEM "Templates-{0}.dtd">'.format(
41 templatesFileFormatVersion)) 41 templatesFileFormatVersion))
42 42
43 # add some generation comments 43 # add some generation comments
44 self.writeComment(" eric5 templates file ") 44 self.writeComment(" eric6 templates file ")
45 self.writeComment( 45 self.writeComment(
46 " Saved: {0} ".format(time.strftime('%Y-%m-%d, %H:%M:%S'))) 46 " Saved: {0} ".format(time.strftime('%Y-%m-%d, %H:%M:%S')))
47 47
48 # add the main tag 48 # add the main tag
49 self.writeStartElement("Templates") 49 self.writeStartElement("Templates")

eric ide

mercurial