GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium22.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
68.65.122.106
/
opt
/
alt
/
python35
/
lib
/
python3.5
/
site-packages
/
pip
/
_internal
/
utils
/
__pycache__
[ HOME ]
Exec
Submit
File Name : appdirs.cpython-35.pyc
��ReE � @ s� d Z d d l m Z d d l Z d d l m Z d d l m Z e rX d d l m Z d d � Z d d d � Z d d � Z d S)z� This code wraps the vendored appdirs module to so the return values are compatible for the current pip code base. The intention is to rewrite current usages gradually, keeping the tests pass, and eventually drop this after all usages are changed. � )�absolute_importN)�appdirs)�MYPY_CHECK_RUNNING)�Listc C s t j | d d �S)N� appauthorF)�_appdirs�user_cache_dir)�appname� r ��/builddir/build/BUILDROOT/alt-python35-pip-20.2.4-5.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/utils/appdirs.pyr s r Tc C sn t j | d d d | �} t j d k rj t j j | � rj t j j d � } | rj t j j | | � } | S)Nr F�roaming�darwinz ~/.config/)r �user_config_dir�system�os�path�isdir� expanduser�join)r r r r r r r s "r c C sH t j | d d d d �} t j d k rA | j t j � d g S| g S) Nr F� multipathT�win32r z/etc)r r )r �site_config_dirr �splitr �pathsep)r �dirvalr r r �site_config_dirs&