Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/vault.py
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-12-04 22:25:14 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-12-04 22:27:21 (GMT)
commit9500e288397de5710151f32ced2e9a2903766a2e (patch)
tree17dd1765f9acf148faae4f70f6523e245ae5b463 /tutorius/vault.py
parent9a44da4488a0ff00150eb5cb114f74ba560b96a6 (diff)
Boy scout : Fixing tests for properties' values
(cherry picked from commit 9f985564d6ade807a9182fcb7411388ed863e311)
Diffstat (limited to 'tutorius/vault.py')
-rw-r--r--tutorius/vault.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tutorius/vault.py b/tutorius/vault.py
index 1c1e33c..2b9c5b9 100644
--- a/tutorius/vault.py
+++ b/tutorius/vault.py
@@ -663,7 +663,6 @@ class XMLSerializer(Serializer):
if getattr(type(comp), propname).type == "addonlist":
compNode.appendChild(cls._create_addonlist_component_node(propname, propval, doc))
elif getattr(type(comp), propname).type == "addon":
- #import rpdb2; rpdb2.start_embedded_debugger('pass')
compNode.appendChild(cls._create_addon_component_node(propname, propval, doc))
else:
# repr instead of str, as we want to be able to eval() it into a