Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readers.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <agustin@agustin-Inspiron-1525.(none)>2012-02-28 14:06:10 (GMT)
committer Agustin Zubiaga <agustin@agustin-Inspiron-1525.(none)>2012-02-28 14:06:10 (GMT)
commitb98b1e4c8a48ada38f37097faf5bb80f35f042de (patch)
tree56d3845d54ecb2467c1e8b3b94878e3f5b8e691d /readers.py
parent770bfc843d9b6a22058546a79b8e00a936856b57 (diff)
Revert "Docstring for the stopwatch reader (Manu Q)"
This reverts commit 15ef1be5005b4a46032ee46a58ecabac41debb0b.
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."""