For some reasons BeautifulSouf does not convert entities with convertEntities=["xml","html"], use convertEntities=BeautifulSoup.ALL_ENTITIES instead.
class AbiConverterError(Exception):
pass
class AbiCommandError(Exception):
pass
class ToolsConverterError(Exception):
pass