E4XML/TemplatesWriter.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
--- a/E4XML/TemplatesWriter.py	Sat Jan 02 16:15:57 2010 +0000
+++ b/E4XML/TemplatesWriter.py	Sat Jan 02 17:09:08 2010 +0000
@@ -37,7 +37,7 @@
             templatesFileFormatVersion)
         
         # add some generation comments
-        self._write("<!-- eric4 templates file -->")
+        self._write("<!-- eric5 templates file -->")
         self._write("<!-- Saved: %s -->" % time.strftime('%Y-%m-%d, %H:%M:%S'))
         
         # add the main tag
@@ -60,4 +60,4 @@
                 self._write('    </Template>')
             self._write('  </TemplateGroup>')
         
-        self._write('</Templates>', newline = False)
+        self._write('</Templates>', newline = False)
\ No newline at end of file

eric ide

mercurial