Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/tests/coretests.py
diff options
context:
space:
mode:
authorSimon Poirier <simpoir@gmail.com>2009-07-02 05:27:27 (GMT)
committer Simon Poirier <simpoir@gmail.com>2009-07-02 05:27:27 (GMT)
commit9fafb49af210e956d43d6a00106558d1a00d13df (patch)
tree5732d7950fab9915705685e0612ef4186111ef4a /src/sugar/tutorius/tests/coretests.py
parent651700dfb6f42c61b8791b75f78cc60f7234ec92 (diff)
* Modularized actions and event filters through add-on components
* Working serialization * Working editor with addons * began refactoring actions and events ** fixed some tests to work with addons ** filters and actions tests won't pass until refactoring is done
Diffstat (limited to 'src/sugar/tutorius/tests/coretests.py')
-rw-r--r--src/sugar/tutorius/tests/coretests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sugar/tutorius/tests/coretests.py b/src/sugar/tutorius/tests/coretests.py
index c27846d..eadea01 100644
--- a/src/sugar/tutorius/tests/coretests.py
+++ b/src/sugar/tutorius/tests/coretests.py
@@ -65,6 +65,7 @@ class TrueWhileActiveAction(Action):
Used to verify that a State correctly triggers the do and undo actions.
"""
def __init__(self):
+ Action.__init__(self)
self.active = False
def do(self):