Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readers.py
diff options
context:
space:
mode:
Diffstat (limited to 'readers.py')
-rw-r--r--readers.py7
1 files changed, 7 insertions, 0 deletions
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."""