E5XML/ProjectWriter.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3035
36e9f388958b
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 E5XML/ProjectWriter.py
--- a/E5XML/ProjectWriter.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/E5XML/ProjectWriter.py	Sun Nov 03 15:58:22 2013 +0100
@@ -52,9 +52,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