Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
§ àÀ fÔãó\—dZddlZddlmZddlmZddddœZdd „Z dd „Z dd „Z d„Z dS)zFdistutils.file_util Utility functions for operating on single files. éN)ÚDistutilsFileError)ÚlogÚcopyingz hard linkingzsymbolically linking)NÚhardÚsymé@có¢—d}d} t|d¦«}n,#t$r}td|›d|j›�¦«‚d}~wwxYwtj |¦«rB t j|¦«n,#t$r}td|›d|j›�¦«‚d}~wwxYw t|d¦«}n,#t$r}td|›d|j›�¦«‚d}~wwxYw | |¦«}n,#t$r}td |›d|j›�¦«‚d}~wwxYw|snD |  |¦«n,#t$r}td |›d|j›�¦«‚d}~wwxYwŒŠ |r|  ¦«|r|  ¦«dSdS#|r|  ¦«|r|  ¦«wwxYw) a5Copy the file 'src' to 'dst'; both must be filenames. Any error opening either file, reading from 'src', or writing to 'dst', raises DistutilsFileError. Data is read/written in chunks of 'buffer_size' bytes (default 16k). No attempt is made to handle anything apart from regular files. NÚrbzcould not open 'ú': zcould not delete 'Úwbzcould not create 'Tzcould not read from 'zcould not write to ') ÚopenÚOSErrorrÚstrerrorÚosÚpathÚexistsÚunlinkÚreadÚwriteÚclose)ÚsrcÚdstÚ buffer_sizeÚfsrcÚfdstÚeÚbufs ú:/opt/alt/python311/lib64/python3.11/distutils/file_util.pyÚ_copy_file_contentsrs—€ð €DØ €Dð&ð Tݘ˜T‘?”?ˆDˆDøÝð Tð Tð TÝ$Ð$À#À#À#ÀqÄzÀzÐ%RÑSÔSÐ Søøøøð Tøøøõ Œ7�>Š>˜#Ñ Ô ð Gð GÝ” ˜#‘”��øÝð Gð Gð GÝ(Ð(Ø58°S°S¸!¼*¸*ÐEñGôGðGøøøøð Gøøøð Cݘ˜T‘?”?ˆDˆDøÝð Cð Cð CÝ$Ð$Ø14°°°a´j°jÐAñCôCð Cøøøøð Cøøøð Ið JØ—i’i  Ñ,Ô,��øÝð Jð Jð JÝ(Ð(Ø8;¸¸¸Q¼Z¸ZÐHñJôJðJøøøøð Jøøøðð Øð IØ— ’ ˜3‘”��øÝð Ið Ið IÝ(Ð(Ø7:°s°s¸A¼J¸JÐGñIôIðIøøøøð Iøøøð Iðð ð Ø �JŠJ‰LŒLˆLØ ð Ø �JŠJ‰LŒLˆLˆLˆLð ð øð ð Ø �JŠJ‰LŒLˆLØ ð Ø �JŠJ‰LŒLˆLˆLð øøøs³‡—F˜ A¢<¼AÁ"FÁ$A9Á8FÁ9 B"ÂBÂB"Â"FÂ&B7Â6FÂ7 C ÃCÃC à FÃ%C;Ã:FÃ; D$ÄDÄD$Ä$FÄ+EÅFÅ E*Å E%Å%E*Å*FÆ/Gécó¼—ddlm}ddlm} m} m} m} tj  |¦«std|z¦«‚tj  |¦«r@|} tj  |tj  |¦«¦«}ntj |¦«} |r+|||¦«s|dkrtjd|¦«|dfS t"|}n #t$$rt'd|z¦«‚wxYw|dkrotj  |¦«tj  |¦«krtjd||| ¦«ntjd|||¦«|r|dfS|d krjtj |¦«r tj ||¦«s* tj||¦«|dfS#t0$rYncwxYwn^|d krXtj |¦«r tj ||¦«stj||¦«|dfSt5||¦«|s|r_tj|¦«}|r#tj||| || f¦«|r$tj|| || ¦«¦«|dfS) aCopy a file 'src' to 'dst'. If 'dst' is a directory, then 'src' is copied there with the same name; otherwise, it must be a filename. (If the file exists, it will be ruthlessly clobbered.) If 'preserve_mode' is true (the default), the file's mode (type and permission bits, or whatever is analogous on the current platform) is copied. If 'preserve_times' is true (the default), the last-modified and last-access times are copied as well. If 'update' is true, 'src' will only be copied if 'dst' does not exist, or if 'dst' does exist but is older than 'src'. 'link' allows you to make hard links (os.link) or symbolic links (os.symlink) instead of copying: set it to "hard" or "sym"; if it is None (the default), files are copied. Don't set 'link' on systems that don't support it: 'copy_file()' doesn't check if hard or symbolic linking is available. If hardlink fails, falls back to _copy_file_contents(). Under Mac OS, uses the native file copy function in macostools; on other systems, uses '_copy_file_contents()' to copy file contents. Return a tuple (dest_name, copied): 'dest_name' is the actual name of the output file, and 'copied' is true if the file was copied (or would have been copied, if 'dry_run' true). r)Únewer)ÚST_ATIMEÚST_MTIMEÚST_MODEÚS_IMODEz4can't copy '%s': doesn't exist or not a regular filer z"not copying %s (output up-to-date)z&invalid value '%s' for 'link' argumentz %s %s -> %srr)Údistutils.dep_utilr"Ústatr#r$r%r&rrÚisfilerÚisdirÚjoinÚbasenameÚdirnamerÚdebugÚ _copy_actionÚKeyErrorÚ ValueErrorÚinforÚsamefileÚlinkrÚsymlinkrÚutimeÚchmod)rrÚ preserve_modeÚpreserve_timesÚupdater4ÚverboseÚdry_runr"r#r$r%r&ÚdirÚactionÚsts rÚ copy_filer@Cs€ðB)Ð(Ð(Ð(Ð(Ð(Ø9Ð9Ð9Ð9Ð9Ð9Ð9Ð9Ð9Ð9Ð9Ð9å Œ7�>Š>˜#Ñ Ô ðLÝ ØDÀsÑJñLôLð Lõ „w‡}‚}�SÑÔð#؈݌g�lŠl˜3¥¤× 0Ò 0°Ñ 5Ô 5Ñ6Ô6ˆˆåŒg�oŠo˜cÑ"Ô"ˆà ð�e�e˜C ‘o”oðØ �aŠ<ˆ<Ý ŒIÐ:¸CÑ @Ô @Ð @Ø�QˆxˆðJݘdÔ#ˆˆøÝ ðJðJðJÝÐAÀDÑHÑIÔIÐIðJøøøð�!‚|€|Ý Œ7× Ò ˜CÑ Ô ¥B¤G×$4Ò$4°SÑ$9Ô$9Ò 9Ð 9Ý ŒH�] F¨C°Ñ 5Ô 5Ð 5Ð 5å ŒH�] F¨C°Ñ 5Ô 5Ð 5àðØ�Qˆxˆð �ŠˆÝ”—’˜sÑ#Ô#ð ­¬×(8Ò(8¸¸cÑ(BÔ(Bð ð Ý”˜˜SÑ!Ô!Ð!ؘQ�x�øÝð ð ð ð�ð  øøøð  ð �ŠˆÝ”—’˜sÑ#Ô#ð ­¬×(8Ò(8¸¸cÑ(BÔ(Bð Ý ŒJ�s˜CÑ Ô Ð Ø˜�8ˆOõ˜˜SÑ!Ô!Ð!Øð0˜ð0Ý ŒW�S‰\Œ\ˆð ð 8Ý ŒH�S˜2˜hœ<¨¨H¬Ð6Ñ 7Ô 7Ð 7Ø ð 0Ý ŒH�S˜'˜' " W¤+Ñ.Ô.Ñ /Ô /Ð /à �ˆ8€OsÃ0 C>Ã>DÇG8Ç8 HÈHc ór—ddlm}m}m}m}m}ddl} |dkrtjd||¦«|r|S||¦«std|z¦«‚||¦«r*tj   |||¦«¦«}n!||¦«rtd|›d|›d �¦«‚|||¦«¦«std|›d|›d �¦«‚d } tj ||¦«nG#t$r:} | j\} } | | jkrd } ntd |›d|›d| ›�¦«‚Yd} ~ nd} ~ wwxYw| r…t#|||¬¦« tj|¦«n]#t$rP} | j\} } tj|¦«n#t$rYnwxYwtd |›d|›d|›d| ›�¦«‚d} ~ wwxYw|S)a%Move a file 'src' to 'dst'. If 'dst' is a directory, the file will be moved into it with the same name; otherwise, 'src' is just renamed to 'dst'. Return the new full name of the file. Handles cross-device moves on Unix using 'copy_file()'. What about other systems??? r)rr)r*r,r-Nr zmoving %s -> %sz#can't move '%s': not a regular filez can't move 'z': destination 'z' already existsz' not a valid pathFTzcouldn't move 'z' to 'r )r;z' by copy/delete: delete 'z ' failed: )Úos.pathrr)r*r,r-Úerrnorr2rrrr+ÚrenamerÚargsÚEXDEVr@r)rrr;r<rr)r*r,r-rCÚcopy_itrÚnumÚmsgs rÚ move_filerJ¦s™€ðAÐ@Ð@Ð@Ð@Ð@Ð@Ð@Ð@Ð@Ð@Ð@Ð@Ð@Ø€L€L€Là�!‚|€|Ý ŒÐ" C¨Ñ-Ô-Ð-àðØˆ à ˆ6�#‰;Œ;ðNÝ Ð!FÈÑ!LÑMÔMÐMà €uˆS�z„zðÝŒg�lŠl˜3  ¨¡ ¤ Ñ.Ô.ˆˆØ ˆ�‰ŒðÝ Ð àˆsˆs�C�C�Cðñôð ð ˆ5��˜‘”Ñ Ô ðÝ Ð àˆsˆs�C�C�Cðñôð ð€GðFÝ Œ �#�sÑÔÐÐøÝ ðFðFðFØ”V‰ ˆˆcØ �%”+Ò Ð ØˆGˆGå$Ð$Ø69°c°c¸3¸3¸3ÀÀÐDñFôFð Fð ˆGˆGˆGˆGøøøøðFøøøðð *Ý�#�s GÐ,Ñ,Ô,Ð,ð *Ý ŒI�c‰NŒNˆNˆNøÝð *ð *ð *Øœ‰JˆS�#ð Ý” ˜#‘”��øÝð ð ð Ø�ð øøøå$Ð$ð�S�S˜#˜#˜#˜s˜s˜s C Cð)ñ*ô*ð *øøøøð *øøøð €JsTÃC)Ã) D-Ã30D(Ä(D-ÅEÅ F4Å$ F/Å/FÆF/Æ FÆF/ÆFÆF/Æ/F4có¾—t|d¦«} |D]}| |dz¦«Œ | ¦«dS#| ¦«wxYw)z{Create a file with the specified name and write 'contents' (a sequence of strings without line terminators) to it. Úwú N)r rr)ÚfilenameÚcontentsÚfÚlines rÚ write_filerRåsj€õ ˆX�sÑÔ€AðØð !ð !ˆDØ �GŠG�D˜4‘KÑ Ô Ð Ð ð !ð �Љ Œ ˆ ˆ ˆ øˆ�Љ Œ ˆ ˆ øøøs ’AÁA)r)r r rNr r)r r) Ú__doc__rÚdistutils.errorsrÚ distutilsrr/rr@rJrR©órúrXsÃðððð  € € € Ø/Ð/Ð/Ð/Ð/Ð/ØÐÐÐÐÐð#Ø'Ø/ð2ð2€ ð 1ð1ð1ð1ðfCDØ,-ð_ð_ð_ð_ðHØð<ð<ð<ð<ð~ ð ð ð ð rW