| Server IP : 188.151.22.197 / Your IP : 216.73.217.74 Web Server : Apache/2.4.62 (Rocky Linux) OpenSSL/3.5.5 System : Linux wsten.se 5.14.0-687.30.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 13:09:21 UTC 2026 x86_64 User : apache ( 48) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/ |
Upload File : |
a
�!c� � @ sp d Z ddlmZ ddlmZ ddlmZmZmZ ddlmZm Z m
Z
ddlmZmZ ddlm
Z
mZmZ eZdS ) aL
The configuration classes and routines in yum are splattered over too many
places, hard to change and debug. The new structure here will replace that. Its
goal is to:
* accept configuration options from all three sources (the main config file,
repo config files, command line switches)
* handle all the logic of storing those and producing related values.
* returning configuration values.
* optionally: asserting no value is overridden once it has been applied
somewhere (e.g. do not let a new repo be initialized with different global
cache path than an already existing one).
� )�absolute_import)�unicode_literals)�PRIO_DEFAULT�PRIO_MAINCONFIG�PRIO_AUTOMATICCONFIG)�PRIO_REPOCONFIG�PRIO_PLUGINDEFAULT�PRIO_PLUGINCONFIG)�PRIO_COMMANDLINE�PRIO_RUNTIME)�
BaseConfig�MainConf�RepoConfN)�__doc__Z
__future__r r Zdnf.conf.configr r r r r r r
r r r
r ZConf� r r �5/usr/lib/python3.9/site-packages/dnf/conf/__init__.py�<module> s