Ejemplo n.º 1
0
 def __init__(self):
     self._props = PropertiesObject('Properties.py')
     self._props['dirname'] = '.'
     self._comps = []
     self._htHeader, self._htFooter = self.htHeaderAndFooter()
     from DocSupport.pytp import PyTP
     self._pytp = PyTP()
     from DocSupport.autotoc import AutoToC
     self._autotoc = AutoToC()