← Back
Editing: __init__.cpython-312.opt-1.pyc
� �(f� � �p � d Z ddlmZ ddlmZ ddlmZmZmZ ddlmZm Z m Z ddlmZmZ ddlm Z mZmZ eZy) 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__� __future__r r �dnf.conf.configr r r r r r r r r r r �Conf� � �6/usr/lib/python3.12/site-packages/dnf/conf/__init__.py�<module>r s, ��, � '� '� O� O� R� R� :� :� :��r
Save File
Cancel