35 |
35 |
36 self._write('<!DOCTYPE Templates SYSTEM "Templates-%s.dtd">' % \ |
36 self._write('<!DOCTYPE Templates SYSTEM "Templates-%s.dtd">' % \ |
37 templatesFileFormatVersion) |
37 templatesFileFormatVersion) |
38 |
38 |
39 # add some generation comments |
39 # add some generation comments |
40 self._write("<!-- eric4 templates file -->") |
40 self._write("<!-- eric5 templates file -->") |
41 self._write("<!-- Saved: %s -->" % time.strftime('%Y-%m-%d, %H:%M:%S')) |
41 self._write("<!-- Saved: %s -->" % time.strftime('%Y-%m-%d, %H:%M:%S')) |
42 |
42 |
43 # add the main tag |
43 # add the main tag |
44 self._write('<Templates version="%s">' % templatesFileFormatVersion) |
44 self._write('<Templates version="%s">' % templatesFileFormatVersion) |
45 |
45 |