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, 0 insertions, 7 deletions
diff --git a/readers.py b/readers.py
index 286b330..c79131f 100644
--- a/readers.py
+++ b/readers.py
@@ -26,13 +26,6 @@ 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."""