Adds the header template to the master template string
(self)
| 516 | sys.exit(1) |
| 517 | |
| 518 | def _build_header(self): |
| 519 | """Adds the header template to the master template string |
| 520 | """ |
| 521 | |
| 522 | logger.debug("===============") |
| 523 | logger.debug("Building header") |
| 524 | logger.debug("===============") |
| 525 | self.template += hs.header |
| 526 | |
| 527 | def _build_footer(self): |
| 528 | """Adds the footer template to the master template string""" |
no outgoing calls