# HG changeset patch # User cmlenz # Date 1152300827 0 # Node ID 1db4839e61977594da4f72930155ccb9a17e70ca # Parent 366284df3620e01ffb138924141f064cae619622 One more namespace fix (in the Trac example). diff --git a/examples/trac/trac/web/chrome.py b/examples/trac/trac/web/chrome.py --- a/examples/trac/trac/web/chrome.py +++ b/examples/trac/trac/web/chrome.py @@ -161,7 +161,7 @@ fileobj = open(os.path.join(templates_dir, 'site.html'), 'w') try: fileobj.write(""" + xmlns:py="http://markup.edgewall.org/" py:strip=""> """) finally: