Server IP : 192.158.238.246 / Your IP : 3.141.167.59 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/utils/ |
Upload File : |
� �Rec @@ s} d Z d d l m Z d d l Z d d l m Z d d l m Z e r[ d d l m Z n d � Z e d � Z d � Z d S( s� 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. i ( t absolute_importN( t appdirs( t MYPY_CHECK_RUNNING( t Listc C@ s t j | d t �S( Nt appauthor( t _appdirst user_cache_dirt False( t appname( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/utils/appdirs.pyR s c C@ st t j | d t d | �} t j d k rp t j j | � rp t j j d � } | rp t j j | | � } qp n | S( NR t roamingt darwins ~/.config/( R t user_config_dirR t systemt ost patht isdirt expandusert join( R R R ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/utils/appdirs.pyR s "c C@ sH t j | d t d t �} t j d k rA | j t j � d g S| g S( NR t multipatht win32R s /etc( R R ( R t site_config_dirR t TrueR t splitR t pathsep( R t dirval( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/utils/appdirs.pyt site_config_dirs&