Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/bundler.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/tutorius/bundler.py')
-rw-r--r--src/sugar/tutorius/bundler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sugar/tutorius/bundler.py b/src/sugar/tutorius/bundler.py
index 00ab3b6..a28d6ef 100644
--- a/src/sugar/tutorius/bundler.py
+++ b/src/sugar/tutorius/bundler.py
@@ -322,6 +322,8 @@ class XMLSerializer(Serializer):
events = self._load_xml_event_filters(fsm_elem.getElementsByName("EventFiltersList"))
for event in events:
fsm.add_event_filter(event)
+
+ return fsm
def load_fsm(self, guid):