* morituri/common/task.py:

* morituri/program/cdrdao.py:
	  Factor out a PopenTask base class.
This commit is contained in:
Thomas Vander Stichele
2012-12-03 22:58:22 +00:00
parent 3a9a939520
commit b8fd3f2931
3 changed files with 136 additions and 91 deletions

View File

@@ -1,3 +1,9 @@
2012-12-03 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py:
* morituri/program/cdrdao.py:
Factor out a PopenTask base class.
2012-12-03 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/program.py: