Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Christophe Savard <savard.jean.christophe@gmail.com>2009-04-16 15:27:43 (GMT)
committer Jean-Christophe Savard <savard.jean.christophe@gmail.com>2009-04-16 15:27:43 (GMT)
commitf51750628c5a601661ff0612990ed3754fba87e0 (patch)
tree60f17e6c4247bdb3be05d5fd2c7c3c6fae47fcff
parentd2a771ba52c1376fd43e18c7924b51ebf17696f0 (diff)
Bundler.py
-rw-r--r--src/sugar/tutorius/bundler.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sugar/tutorius/bundler.py b/src/sugar/tutorius/bundler.py
index 2026fb3..74d8aa4 100644
--- a/src/sugar/tutorius/bundler.py
+++ b/src/sugar/tutorius/bundler.py
@@ -130,9 +130,7 @@ class XMLSerializer(Serializer):
fsm_xml.appendChild(fsm_element)
fsm_element.setAttributeNS("http://tutorius.org", "fsm:Name", fsm.name)
fsm_element.setAttributeNS("http://tutorius.org", "fsm:StartStateName", fsm.start_state_name)
-
-
- _element = doc.createElementNS("http://tutorius.org", "fsm")
+ fsm_element = doc.
tutorial_element.appendChild(fsm_element)