ó n”ŝfc@s“dZddlZddlZddlZdddgZdefd„ƒYZddd„Zdddd „Z d „Z e d kre ƒndS( sƒImplementation of the UUencode and UUdecode functions. encode(in_file, out_file [,name, mode]) decode(in_file [, out_file, mode]) i˙˙˙˙NtErrortencodetdecodecBseZRS((t__name__t __module__(((s/usr/lib64/python2.7/uu.pyR'scCs²g}z‰|dkr!tj}nˆt|tƒrİ|d krQtjj|ƒ}n|d krŠytj|ƒj }WqŠt k r†qŠXnt |dƒ}|j |ƒn|dkrÁtj }n.t|tƒrït |dƒ}|j |ƒn|d krd}n|d krd}n|jd|d@|fƒ|jdƒ}x;t|ƒdkr€|jtj|ƒƒ|jdƒ}qFW|jd ƒWd x|D]}|jƒq™WXd S( s Uuencode filet-trbtwbiĥs begin %o %s i˙i-is end N(tsyststdint isinstancet basestringtNonetostpathtbasenametstattst_modetAttributeErrortopentappendtstdouttwritetreadtlentbinasciitb2a_uutclose(tin_filetout_filetnametmodet opened_filestdatatf((s/usr/lib64/python2.7/uu.pyR*s>            ic CsÊg}|dkrtj}n+t|tƒrIt|ƒ}|j|ƒnz^xĦtrï|jƒ}|svtdƒ‚n|j dƒs‹qOn|j ddƒ}t |ƒdkrO|ddkrOyt |dd ƒPWqìt k rèqìXqOqOW|dkr4|djƒ}tjj|ƒr4td |ƒ‚q4n|dkrVt |dd ƒ}n|dkrntj}n_t|tƒrÍt|d ƒ}ytjj||ƒWntk rĥnX|}|j|ƒn|jƒ}xµ|r|jƒd krytj|ƒ} Wnjtjk rs} t|dƒd d@ddd} tj|| ƒ} |sttjjd| ƒqtnX|j| ƒ|jƒ}qÜW|sĤtdƒ‚nWdx|D]} | jƒqħWXdS(sDecode uuencoded fileRs'No valid begin line found in input filetbegint iiiiis"Cannot overwrite existing file: %sRtendi i?iis Warning: %s sTruncated input fileN(RR R R RRtTruetreadlineRt startswithtsplitRtintt ValueErrorR trstripR RtexistsRtchmodRtstripRta2b_uutordtstderrRR( RRRtquietR thdrt hdrfieldstfptsR!tvtnbytesR"((s/usr/lib64/python2.7/uu.pyRZsf     "        $  c Cs½ddl}|jddƒ}|jddddd d d td d ƒ|jddddd dd td d ƒ|jƒ\}}t|ƒdkrŻ|jdƒtjdƒntj }tj }t|ƒdkrà|d}nt|ƒdkr˙|d}n|j rb|j rRt |tƒr2t|dƒ}qRtjdGdGHtjdƒnt ||ƒnW|j rĴt |tƒrŒt|dƒ}qĴtjdGdGHtjdƒnt||ƒdS(suuencode/uudecode main programi˙˙˙˙Ntusages'usage: %prog [-d] [-t] [input [output]]s-ds--decodetdestRthelpsDecode (instead of encode)?tdefaulttactiont store_trues-ts--textttexts2data is text, encoded format unix-compatible text?isincorrect number of argumentsiitws: cannot do -t to stdouttrs: cannot do -t from stdin(toptparset OptionParsert add_optiontFalset parse_argsRterrorRtexitR RRR@R R RtargvR(RCtparsertoptionstargstinputtoutput((s/usr/lib64/python2.7/uu.pyttestžs6 ((        t__main__( t__doc__RR Rt__all__t ExceptionRR RRRPR(((s/usr/lib64/python2.7/uu.pyts   0D %