From 9fe8acbb891ac3ff31233be8c62c1b9d6d63a956 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Wed, 6 Sep 2006 17:57:22 +0200 Subject: [PATCH] Fix silly error in attribute.py test. --- python/attribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.39.5