Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
xdg /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
BaseDirectory.cpython-310.pyc
5.19
KB
-rw-r--r--
Config.cpython-310.pyc
1.16
KB
-rw-r--r--
DesktopEntry.cpython-310.pyc
16.02
KB
-rw-r--r--
Exceptions.cpython-310.pyc
3.43
KB
-rw-r--r--
IconTheme.cpython-310.pyc
12.58
KB
-rw-r--r--
IniFile.cpython-310.pyc
9.45
KB
-rw-r--r--
__init__.cpython-310.pyc
1.64
KB
-rw-r--r--
Locale.cpython-310.pyc
1.58
KB
-rw-r--r--
Menu.cpython-310.pyc
27.83
KB
-rw-r--r--
MenuEditor.cpython-310.pyc
13.41
KB
-rw-r--r--
Mime.cpython-310.pyc
22.68
KB
-rw-r--r--
RecentFiles.cpython-310.pyc
5.39
KB
-rw-r--r--
util.cpython-310.pyc
1.93
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Exceptions.cpython-310.pyc
o �)X� � @ s� d Z dZG dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�ZG d d� de�ZG dd � d e�ZG dd� de�Z G dd� de�Z dS )z' Exception Classes for the xdg package Fc @ s e Zd ZdZdd� Zdd� ZdS )�Errorz'Base class for exceptions defined here.c C s || _ t�| |� d S �N)�msg� Exception�__init__)�selfr � r �0/usr/lib/python3/dist-packages/xdg/Exceptions.pyr s zError.__init__c C s | j S r )r )r r r r �__str__ s z Error.__str__N)�__name__� __module__�__qualname__�__doc__r r r r r r r s r c @ � e Zd ZdZdd� ZdS )�ValidationErrorzXRaised when a file fails to validate. The filename is the .file attribute. c C �$ || _ || _t�| d||f � d S )Nz!ValidationError in file '%s': %s �r �filer r �r r r r r r r � zValidationError.__init__N�r r r r r r r r r r � r c @ r )�ParsingErrorzWRaised when a file cannot be parsed. The filename is the .file attribute. c C r )NzParsingError in file '%s', %sr r r r r r r zParsingError.__init__Nr r r r r r r r c @ r )� NoKeyErrorzyRaised when trying to access a nonexistant key in an INI-style file. Attributes are .key, .group and .file. c C �, t �| d|||f � || _|| _|| _d S )Nz"No key '%s' in group %s of file %s�r r �key�groupr �r r r r r r r r ( � zNoKeyError.__init__Nr r r r r r # r r c @ r )�DuplicateKeyErrorzpRaised when the same key occurs twice in an INI-style file. Attributes are .key, .group and .file. c C r )Nz)Duplicate key '%s' in group %s of file %sr r r r r r 3 r zDuplicateKeyError.__init__Nr r r r r r . r r c @ r )�NoGroupErrorzuRaised when trying to access a nonexistant group in an INI-style file. Attributes are .group and .file. c C �$ t �| d||f � || _|| _d S )NzNo group: %s in file %s�r r r r �r r r r r r r >