<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
3
©ft`¹  ã               @   sp   d Z ddlmZ ddlmZ ddlmZmZmZ ddlmZm	Z	m
Z
 ddlmZmZ ddlmZmZmZ eZdS )	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   Zdnf.conf.configr   r   r   r   r   r	   r
   r   r   r   r   ZConf© r   r   ú/usr/lib/python3.6/__init__.pyÚ<module>#   s   