E5XML/ProjectWriter.py

branch
Py2 comp.
changeset 3515
1b8381afe38f
parent 3178
f25fc1364c88
parent 3498
60f663154789
child 3670
f0cb7579c0b4
child 3719
a69abc27ef3d
--- a/E5XML/ProjectWriter.py	Sun Apr 13 15:45:57 2014 +0200
+++ b/E5XML/ProjectWriter.py	Tue Apr 15 22:41:08 2014 +0200
@@ -51,10 +51,10 @@
         if Preferences.getProject("XMLTimestamp"):
             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]))
+        self.writeComment(" Copyright (C) {0} {1}, {2} ".format(
+            time.strftime('%Y'),
+            self.pdata["AUTHOR"][0],
+            self.pdata["EMAIL"][0]))
         
         # add the main tag
         self.writeStartElement("Project")

eric ide

mercurial