Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/services.py
diff options
context:
space:
mode:
authorVincent Vinet <vince.vinet@gmail.com>2009-10-19 20:15:41 (GMT)
committer Vincent Vinet <vince.vinet@gmail.com>2009-10-19 20:15:41 (GMT)
commit912528253fcf1fc43c1a2d02ffe6e540fe60d8e7 (patch)
tree1d5c075046d260580c9eeb27d0d7d09045a7d4b5 /tutorius/services.py
parent6584510d390a37153c20974da6704a907058fea0 (diff)
Merge the TProbe Integration and fix merging induced bugs
Diffstat (limited to 'tutorius/services.py')
-rw-r--r--tutorius/services.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tutorius/services.py b/tutorius/services.py
index 9ed2e50..e7b17d8 100644
--- a/tutorius/services.py
+++ b/tutorius/services.py
@@ -22,6 +22,9 @@ This module supplies services to be used by States, FSMs, Actions and Filters.
Services provided are:
-Access to the running activity
-Access to the running tutorial
+
+TODO: Passing the activity reference should be done by the Probe instead
+of being a global variable.
"""