Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalther Neuper <neuper@neuper.(none)>2009-12-12 11:54:10 (GMT)
committer Walther Neuper <neuper@neuper.(none)>2009-12-12 11:54:10 (GMT)
commitc478fec0380865fe2cbf42142ac17030a6c0a6ce (patch)
tree66b76aace4b29a7dd7d94fc2eb0f389f350eeac9
parente1b1be9b97d20e687120c4468326aadd7c4cc922 (diff)
comments
-rw-r--r--ReckonPrimer.activity/learner.py5
-rwxr-xr-xReckonPrimer.activity/session.py5
2 files changed, 9 insertions, 1 deletions
diff --git a/ReckonPrimer.activity/learner.py b/ReckonPrimer.activity/learner.py
index 03a6796..39804b2 100644
--- a/ReckonPrimer.activity/learner.py
+++ b/ReckonPrimer.activity/learner.py
@@ -8,3 +8,8 @@ class Learner:
self._coach = coach
pass
+ def run(self):
+ """ As long as user does exercises.
+ Doing Exercises is terminated by another choice in the menu
+ or by the user going bach to the OS.
+ """
diff --git a/ReckonPrimer.activity/session.py b/ReckonPrimer.activity/session.py
index 3f7deb5..05ac2e9 100755
--- a/ReckonPrimer.activity/session.py
+++ b/ReckonPrimer.activity/session.py
@@ -24,7 +24,10 @@ class Session:
self._calcs = None #pop !
def run(self):
- """as long as user does exercises"""
+ """
+ Start execution of RP.
+ Execution of RP is terminated by the user going bach to the OS.
+ """
#print("in Session.run")
if False: # TODO choice according to menu CM
pass # start Author