Split TodoList, create a base class.
The subclass implements the dependency tracking of todos, which can be quite intensive for huge todo.txt files, and is not always needed. For instance, dependency tracking is not needed for archiving.
Showing
topydo/lib/TodoListBase.py
0 → 100644
Please register or sign in to comment