From ffaa84c5c20110ea0461fa2096cb66f71b3e84e6 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Savard Date: Sun, 19 Apr 2009 22:08:17 +0000 Subject: Loading function for XMl in bundler.py --- (limited to 'src/sugar/tutorius/bundler.py') 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): -- cgit v0.9.1