removing commented block that lives in superclass, BaseDoctype

This commit is contained in:
Martin A. Brown 2016-02-16 23:39:56 -08:00
parent d91f253bd4
commit f39237d307
1 changed files with 0 additions and 6 deletions

View File

@ -14,12 +14,6 @@ class Linuxdoc(BaseDoctype, SignatureChecker):
signatures = ['<!doctype linuxdoc system', ]
tools = ['sgml2html', 'html2text', 'htmldoc']
# def __init__(self, *args, **kwargs):
# self.source = kwargs.get('source')
# self.output = kwargs.get('output')
# self.platform = kwargs.get('platform')
# super(Linuxdoc, self).__init__()
def platform_check(self):
for tool in self.tools:
assert hasattr(self.platform, tool)