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 09babc6..9071be8 100644
--- a/src/sugar/tutorius/bundler.py
+++ b/src/sugar/tutorius/bundler.py
@@ -267,6 +267,7 @@ class XMLSerializer(Serializer):
@param properties_elem An XML element reprensenting a list of
properties
"""
+ # TODO
return []
def _load_xml_event_filters(self, filters_elem):
@@ -292,6 +293,7 @@ class XMLSerializer(Serializer):
@param states_elem An XML Element that represents a list of States
"""
+
return []
def _load_xml_fsm(self, fsm_elem):