E5XML/MultiProjectWriter.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2992
dbdf27746da5
child 3058
0a02c433f52d
--- a/E5XML/MultiProjectWriter.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/E5XML/MultiProjectWriter.py	Fri Oct 18 23:00:41 2013 +0200
@@ -48,8 +48,10 @@
         self.writeComment(" eric5 multi project file for multi project {0} "\
             .format(self.name))
         if Preferences.getMultiProject("XMLTimestamp"):
-            self.writeComment(" Saved: {0} ".format(time.strftime('%Y-%m-%d, %H:%M:%S')))
-            self.writeComment(" Copyright (C) {0} ".format(time.strftime('%Y')))
+            self.writeComment(
+                " Saved: {0} ".format(time.strftime('%Y-%m-%d, %H:%M:%S')))
+            self.writeComment(
+                " Copyright (C) {0} ".format(time.strftime('%Y')))
         
         # add the main tag
         self.writeStartElement("MultiProject")

eric ide

mercurial