(self, msg)
| 565 | ################################################## Hooks |
| 566 | |
| 567 | def callhook(self, msg): |
| 568 | if self.dryrun: |
| 569 | self.info("[DRYRUN] {0}".format(msg)) |
| 570 | else: |
| 571 | self.info(msg) |
| 572 | |
| 573 | ################################################## Other |
| 574 |