id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
7644	import of nonexistant module in macros.py	g1itch	gotoh	There is no `html` in `trac.wiki` (I cannot find it even in trac-0.10 branch) Drop this import as it probably doesn't used anywhere:\r\n{{{\r\n#!diff\r\nIndex: wikinegotiator/macros.py\r\n===================================================================\r\n--- wikinegotiator/macros.py_(revision 8667)\r\n+++ wikinegotiator/macros.py_(working copy)\r\n@@ -3,7 +3,7 @@\r\n from trac import __version__ as version\r\n from trac.core import *\r\n from trac.config import Option, ListOption\r\n-from trac.wiki import WikiSystem, html\r\n+from trac.wiki import WikiSystem\r\n from trac.wiki.macros import WikiMacroBase\r\n from trac.wiki.model import WikiPage\r\n}}}\r\n	defect	closed	normal	TracWikiNegotiatorPlugin	trivial	fixed			0.12
