Example #1
0
    def create_forwarding(self):
        """Create a copy of the given forwarding in the request to
        the actual yearfolder."""

        yearfolder = self.get_yearfolder()
        transporter = Transporter()
        return transporter.receive(yearfolder, self.request)
Example #2
0
    def create_forwarding(self):
        """Create a copy of the given forwarding in the request to
        the actual yearfolder."""

        yearfolder = self.get_yearfolder()
        transporter = Transporter()
        return transporter.receive(yearfolder, self.request)