E5XML/TasksReader.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3035
36e9f388958b
child 3145
a9de05d4a22f
--- a/E5XML/TasksReader.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/E5XML/TasksReader.py	Sun Nov 03 15:58:22 2013 +0100
@@ -82,7 +82,7 @@
                 "linenumber": 0,
                 "type": Task.TypeTodo,
                 "description": "",
-               }
+                }
         task["priority"] = int(self.attribute("priority", "1"))
         task["completed"] = self.toBool(self.attribute("completed", "False"))
         if self.version in ["4.2", "5.0"]:

eric ide

mercurial