Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius
diff options
context:
space:
mode:
authorerick <erick@sugar-dev-erick.(none)>2009-10-01 15:04:41 (GMT)
committer erick <erick@sugar-dev-erick.(none)>2009-10-01 21:18:34 (GMT)
commit3e66db178ce87526c40064494383c7e7886129b9 (patch)
tree67aadee951bf3f7bc130ead6acbee4fa9e6850d2 /tutorius
parent8e10e04c59614cc9bbca90b4c2abb73d3f47618e (diff)
Added comment in services.py to plan its deprecation and moving its services to the Probe
Diffstat (limited to 'tutorius')
-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.
"""