| Server IP : 23.254.227.96 / Your IP : 216.73.216.183 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/lib/python3.6/site-packages/dnf/__pycache__/ |
Upload File : |
3
|Tcdaf � @ s� d dl mZ d dl mZ d dl mZ d dlZd dlZd dlmZ d dlZ d dl
Z
d Zd Zdeef Z
G dd� de jj�ZG d d
� d
e jj�ZG dd� de�Zd
d� Zdd� ZG dd� de�ZdS )� )�absolute_import)�print_function)�unicode_literalsN)�_z%s.%sc s e Zd Z� fdd�Z� ZS )�TransactionErrorc s t t| �j|� d S )N)�superr �__init__)�self�msg)� __class__� �$/usr/lib/python3.6/transaction_sr.pyr / s zTransactionError.__init__)�__name__�
__module__�__qualname__r �
__classcell__r r )r r
r . s r c s e Zd Z� fdd�Z� ZS )�TransactionReplayErrorc sv || _ t|ttf�r|| _n|g| _|r:td�j|d�}ntd�}x| jD ]}|dt|� 7 }qJW tt | �j
|� dS )z�
:param filename: The name of the transaction file being replayed
:param errors: a list of error classes or a string with an error description
zWThe following problems occurred while replaying the transaction from file "{filename}":)�filenamez<The following problems occurred while running a transaction:z
N)r �
isinstance�list�tuple�errorsr �format�strr r r )r r r r
�error)r r r
r 4 s zTransactionReplayError.__init__)r r r r r r r )r r
r 3 s r c s e Zd Z� fdd�Z� ZS )�#IncompatibleTransactionVersionErrorc s t t| �j||� d S )N)r r r )r r r
)r r r
r M s z,IncompatibleTransactionVersionError.__init__)r r r r r r r )r r
r L s r c "