E5XML/TasksReader.py

changeset 3035
36e9f388958b
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/E5XML/TasksReader.py	Sat Oct 19 13:03:39 2013 +0200
+++ b/E5XML/TasksReader.py	Sat Oct 19 14:05:26 2013 +0200
@@ -80,7 +80,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