E5XML/ProjectWriter.py

changeset 3035
36e9f388958b
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/E5XML/ProjectWriter.py	Sat Oct 19 13:03:39 2013 +0200
+++ b/E5XML/ProjectWriter.py	Sat Oct 19 14:05:26 2013 +0200
@@ -50,9 +50,9 @@
             self.writeComment(
                 " Saved: {0} ".format(time.strftime('%Y-%m-%d, %H:%M:%S')))
             self.writeComment(" Copyright (C) {0} {1}, {2} ".format(
-                    time.strftime('%Y'),
-                    self.pdata["AUTHOR"][0],
-                    self.pdata["EMAIL"][0]))
+                time.strftime('%Y'),
+                self.pdata["AUTHOR"][0],
+                self.pdata["EMAIL"][0]))
         
         # add the main tag
         self.writeStartElement("Project")

eric ide

mercurial