From: sgunderson@bigfoot.com <> Date: Wed, 6 Sep 2006 15:57:22 +0000 (+0200) Subject: Fix silly error in attribute.py test. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9fe8acbb891ac3ff31233be8c62c1b9d6d63a956;p=xml-template Fix silly error in attribute.py test. --- diff --git a/python/attribute.py b/python/attribute.py index 8a5b95b..61014a7 100644 --- a/python/attribute.py +++ b/python/attribute.py @@ -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" },