Nathan Kinkade wrote: > > Was the Python > unit test for this plugin acceptable? Looking at the plugin, it appears to depend on BeautifulSoup. As not everybody will have that installed (Venus includes html5lib) the test case needs to check to see if BeautifulSoup is installed and (if not) issue a warning and skip the tests. - Sam Ruby