From c9f5b6ad86fa1e5e0d7cd5a3418188092141f73b Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 20 Mar 2009 04:50:48 +0000 Subject: TutoriusV2 : Adding linear tutorial creator wih basic tests --- (limited to 'src/sugar/tutorius/core.py') diff --git a/src/sugar/tutorius/core.py b/src/sugar/tutorius/core.py index 2bdacee..901820f 100644 --- a/src/sugar/tutorius/core.py +++ b/src/sugar/tutorius/core.py @@ -239,7 +239,7 @@ class State(object): was just cleared will become a sink and will be the end of the tutorial. """ - self._event_filters.clear() + self._event_filters = [] class FiniteStateMachine(State): """ -- cgit v0.9.1