shell bypass 403
o
^b�n � @ s� d Z dZdZdZdZdZdZdZdZdd l Z dd l
Z
dd lZdd lZdd
lT g d�Z
dd
� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zejj e_ dd� Zdd� Zdd� Zd d!� Zzdd"lmZ W n eyn d ZY nw d#d$� Zd%d&� Zd'd(� Zd)d*� Z d+d,� Z!zdd-lm"Z" W n ey� e!Z#Y nw d.d/� Z#z
dd0lm$Z$m%Z& W n ey� e#Z'Y nw d1d2� Z(d3d4� Z)d5d6�d7d8�Z'e*e
d9�o�e
�+� d: d;kZ,dAd<d=�Z-d>d?� Z.z dd@lm/Z0 W d S ey� Y d S w )Bz�Common pathname manipulations, WindowsNT/95 version.
Instead of importing this module directly, import os and refer to this
module as os.path.
�.�..�\�;�/z.;C:\bin�nul� N)�*)&�normcase�isabs�join�
splitdrive�split�splitext�basename�dirname�commonprefix�getsize�getmtime�getatime�getctime�islink�exists�lexists�isdir�isfile�ismount�
expanduser�
expandvars�normpath�abspath�curdir�pardir�sep�pathsep�defpath�altsep�extsep�devnull�realpath�supports_unicode_filenames�relpath�samefile�sameopenfile�samestat�
commonpathc C s t | t�rdS dS )N� \/�\/)�
isinstance�bytes��path� r5 �//usr/local/python-3.10/lib/python3.10/ntpath.py�
_get_bothseps"