From 0b9d73bf07d2e030ca6b3efed9e56fc02e892530 Mon Sep 17 00:00:00 2001 From: Agustin Zubiaga Date: Fri, 24 Feb 2012 23:51:21 +0000 Subject: Docstring for the stopwatch reader (Manu Q) Signed-off-by: Agustin Zubiaga --- (limited to 'readers.py') diff --git a/readers.py b/readers.py index c79131f..286b330 100644 --- a/readers.py +++ b/readers.py @@ -26,6 +26,13 @@ from gettext import gettext as _ class StopWatchReader(): + """Reader for StopWatch activity. + + If the data has only one stopwatch with marks, graphic the marks. + Else, graphic the final time of the stopwatches. + + """ + def __init__(self, data): """Import chart data from file.""" -- cgit v0.9.1