Example #1
0
    def load_transaction(self, name):
        """
        Load the transaction with the given name.
        
        :param name: The name of the current transaction.
        :type name: string
        """

        self.transaction = Transaction(self.repository_path, name)