def copy_layout(self, src, dst): self.logger.info("Copying layout \"%s\" on \"%s\"", src, dst) return copy_tree(src, dst)