Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4
WMc @sdZddkZddkZddkZdddgZddddddZddddd Zd dddd Zd Z d Z e djo!e e Z eie ndS(sModule/script to "compile" all .py files to .pyc (or .pyo) file. When called as a script with arguments, this compiles the directories given as arguments recursively; the -l option prevents it from recursing into directories. Without arguments, if compiles all modules on sys.path, without recursing into subdirectories. (Even though it should do so for packages -- for now, you'll have to deal with packages separately.) See module py_compile for details of the actual byte-compilation. iNt compile_dirt compile_filet compile_pathi ic Csu|pdG|GdGHnyti|}Wn%tij odG|GHg}nX|id}x |D]}tii||} |dj otii||} nd} tii| p't| ||||p d}qmqj|djou|ti joe|ti joUtii| oBtii |  o.t | |d| |||p d}qmqjqjW|S(sByte-compile all modules in the given directory tree. Arguments (only dir is required): dir: the directory to byte-compile maxlevels: maximum recursion level (default 10) ddir: if given, purported directory name (this is the directory name that will show up in error messages) force: if 1, force compilation, even if timestamps are up-to-date quiet: if 1, be quiet during compilation tListings...s Can't listiiN( tostlistdirterrortsorttpathtjointNonetisdirRtcurdirtpardirtislinkR( tdirt maxlevelstddirtforcetrxtquiettnamestsuccesstnametfullnametdfile((s /usr/lib/python2.6/compileall.pyRs2       c Csd}tii|}|d j otii||}nd }|d j o|i|}|o|Sntii|oj|d |d} } | djoD|todpd} ti|i } yti| i } Wnti j o d} nX| | jo | o|S|pdG|GdGHnyt i |d |t }Wnytj o tqt ij o/}|odG|GdGHn|iGHd}qtj o}d G|GHd}qX|djo d}qqn|S( s=Byte-compile file. file: the file to byte-compile ddir: if given, purported directory name (this is the directory name that will show up in error messages) force: if 1, force compilation, even if timestamps are up-to-date quiet: if 1, be quiet during compilation iis.pytctoit Compilings...tSorryN(RRtbasenameR R tsearchtisfilet __debug__tstattst_mtimeRt py_compiletcompiletTruetKeyboardInterrupttPyCompileErrortmsgtIOError(RRRRRRRRtmotheadttailtcfiletftimetctimetokterrte((s /usr/lib/python2.6/compileall.pyR=sJ           icCshd}x[tiD]P}| p|tijo|o dGHq|ot||d|d|}qW|S(sByte-compile all module on sys.path. Arguments (all optional): skip_curdir: if true, skip current directory (default true) maxlevels: max recursion level (default 0) force: as for compile_dir() (default 0) quiet: as for compile_dir() (default 0) isSkipping current directoryRN(tsysRRR RR (t skip_curdirRRRRR((s /usr/lib/python2.6/compileall.pyRls   cCs|}|oyY|djo ti}n t|}x,|i}|pPn|i|d q:Wqtj od|GHqXn|S(s&read names in flist and append to argst-isError reading file list %s(R4tstdintopentreadlinetappendR*(targstflisttexpandedtfdtline((s /usr/lib/python2.6/compileall.pyt expand_argss      cCsddk}y#|itidd\}}WnW|ij oH}|GHdGHdGHdGHdGHd GHd GHd GHd GHd GHtidnXd}d}d}d}d}d} x|D]\} } | djo d}n| djo | }n| djo d}n| djo d}n| djoddk} | i| }n| djo | } qqW|oEt|djo.t i i |d odGHtidqnd} y|p| oy| ot || }nWnt j o d} nX| ouxr|D]f}t i i |o*t||||||p d} qtqt|||||p d} qqWqn t} Wntj odGHd} nX| S(sScript main program.iNis lfqd:x:i:sbusage: python compileall.py [-l] [-f] [-q] [-d destdir] [-x regexp] [-i list] [directory|file ...]s-l: don't recurse downs3-f: force rebuild even if timestamps are up-to-dates-q: quiet operations7-d destdir: purported directory name for error messagess4 if no directory arguments, -l sys.path is assumeds<-x regexp: skip files matching the regular expression regexps: the regexp is searched for in the full path of the files@-i list: expand list with its content (file and directory names)ii is-ls-ds-fs-qs-xs-is1-d destdir require exactly one directory arguments [interrupt](tgetoptR4targvRtexitR treR%tlenRRR R@R*RRRR'(RAtoptsR;R)RRRRRR<RtaRDRtarg((s /usr/lib/python2.6/compileall.pytmains| #        +    t__main__(t__doc__RR4R$t__all__R RRRR@RIt__name__tintt exit_statusRC(((s /usr/lib/python2.6/compileall.pyt s   '/  =