From 3e66db178ce87526c40064494383c7e7886129b9 Mon Sep 17 00:00:00 2001 From: erick Date: Thu, 01 Oct 2009 15:04:41 +0000 Subject: Added comment in services.py to plan its deprecation and moving its services to the Probe --- 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. """ -- cgit v0.9.1