]> git.sesse.net Git - xml-template/commitdiff
Fix silly error in attribute.py test.
authorsgunderson@bigfoot.com <>
Wed, 6 Sep 2006 15:57:22 +0000 (17:57 +0200)
committersgunderson@bigfoot.com <>
Wed, 6 Sep 2006 15:57:22 +0000 (17:57 +0200)
python/attribute.py

index 8a5b95bd231e08bebf4e185a5512ea153c54c38c..61014a78da768d3fe3895e7cc8c83c477e6ef5fb 100644 (file)
@@ -2,7 +2,7 @@
 import xmltemplate
 
 doc = xmltemplate.process_file("../xml/clone.xml", {
-       'color': 'blue',
+       'color': 'red',
        '#things': [
                { "li": "Raindrops on roses",    "li/class": "even" },
                { "li": "Whiskers on kittens",   "li/class": "odd" },