Tasks/TaskFilter.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2997
7f0ef975da9e
child 3060
5883ce99ee12
--- a/Tasks/TaskFilter.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Tasks/TaskFilter.py	Fri Oct 18 23:00:41 2013 +0200
@@ -28,7 +28,8 @@
         self.filenameFilter = None
         self.typeFilter = Task.TypeNone     # task type
         self.scopeFilter = None             # global (False) or project (True)
-        self.statusFilter = None            # uncompleted (False) or completed (True)
+        self.statusFilter = None            # uncompleted (False) or
+                                            # completed (True)
         self.prioritiesFilter = None        # list of priorities
                                             # [0 (high), 1 (normal), 2 (low)]
     

eric ide

mercurial