* morituri/common/task.py:

* morituri/image/image.py:
	  Remove prints.  Describe tasks.
This commit is contained in:
Thomas Vander Stichele
2009-05-07 11:11:22 +00:00
parent c06814e139
commit e5ad3bde58
3 changed files with 9 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ class AudioLengthTask(task.Task):
@ivar length: length of the decoded audio file, in audio frames.
"""
description = 'Getting length of audio track'
length = None
def __init__(self, path):