⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.31
Server IP:
95.217.99.93
Server:
Linux sv1.sonichosted.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python2.7
/
site-packages
/
setuptools
/
command
/
Edit File: setopt.pyo
ó Àfc @ s d d l m Z d d l m Z d d l m Z d d l Z d d l Z d d l m Z d d l m Z d d d d g Z d d „ Z e d „ Z d e f d „ ƒ YZ d e f d „ ƒ YZ d S( iÿÿÿÿ( t convert_path( t log( t DistutilsOptionErrorN( t configparser( t Commandt config_filet edit_configt option_baset setoptt localc C s’ | d k r d S| d k r> t j j t j j t j ƒ d ƒ S| d k r t j d k r_ d pb d } t j j t d | ƒ ƒ St d | ƒ ‚ d S( s Get the filename of the distutils, local, global, or per-user config `kind` must be one of "local", "global", or "user" R s setup.cfgt globals distutils.cfgt usert posixt .t s ~/%spydistutils.cfgs7 config_file() type must be 'local', 'global', or 'user'N( t ost patht joint dirnamet distutilst __file__t namet expanduserR t ValueError( t kindt dot( ( s= /usr/lib/python2.7/site-packages/setuptools/command/setopt.pyR s c C sœ t j d | ƒ t j ƒ } | j | g ƒ x+| j ƒ D]\ } } | d k rt t j d | | ƒ | j | ƒ q9 | j | ƒ s¦ t j d | | ƒ | j | ƒ n x | j ƒ D]Ÿ \ } } | d k r&t j d | | | ƒ | j | | ƒ | j | ƒ sRt j d | | ƒ | j | ƒ qRq³ t j d | | | | ƒ | j | | | ƒ q³ Wq9 Wt j d | ƒ | s˜t | d ƒ } | j | ƒ Wd QXn d S( sY Edit a configuration file to include `settings` `settings` is a dictionary of dictionaries or ``None`` values, keyed by command/section name. A ``None`` value means to delete the entire section, while a dictionary lists settings to be changed or deleted in that section. A setting of ``None`` means to delete that setting. s Reading configuration from %ss Deleting section [%s] from %ss Adding new section [%s] to %ss Deleting %s.%s from %ss# Deleting empty [%s] section from %ss Setting %s.%s to %r in %ss Writing %st wN( R t debugR t RawConfigParsert readt itemst Nonet infot remove_sectiont has_sectiont add_sectiont remove_optiont optionst sett opent write( t filenamet settingst dry_runt optst sectionR% t optiont valuet f( ( s= /usr/lib/python2.7/site-packages/setuptools/command/setopt.pyR ! s8 c B s; e Z d Z d d d g Z d d g Z d „ Z d „ Z RS( s<