Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
ó
V~gc @ sz d Z d d l m Z d d l m Z m Z m Z m Z d d l m Z m
Z
m Z d Z d e j
f d YZ d S(
sŢ Fixer for import statements.
If spam is being imported from the local directory, this import:
from spam import eggs
Becomes:
from .spam import eggs
And this import:
import spam
Becomes:
from . import spam
i ( t
fixer_basei˙˙˙˙( t dirnamet joint existst sep( t
FromImportt symst tokenc c sć | g } xÖ | rá | j } | j t j k r; | j Vq | j t j k rw d j g | j D] } | j ^ q] Vq | j t j k r | j
| j d q | j t j k rŇ | j | j d d d
q t
d q Wd S( sF
Walks over all the names imported in a dotted_as_names node.
t i Niţ˙˙˙s unknown node type( t popt typeR t NAMEt valueR t dotted_nameR t childrent dotted_as_namet appendt dotted_as_namest extendt AssertionError( t namest pendingt nodet ch( ( s= /opt/alt/python27/lib64/python2.7/lib2to3/fixes/fix_import.pyt traverse_imports s * t FixImportc B s/ e Z e Z d Z d Z d Z d Z RS( sj
import_from< 'from' imp=any 'import' ['('] any [')'] >
|
import_name< 'import' imp=any >
c C s/ t t | j | | d | j k | _ d S( Nt absolute_import( t superR t
start_treet future_featurest skip( t selft treet name( ( s= /opt/alt/python27/lib64/python2.7/lib2to3/fixes/fix_import.pyR / s c C s | j r
d S| d } | j t j k r~ x t | d sK | j d } q, W| j | j rd | j | _ | j qn t } t } x2 t
| D]$ } | j | rľ t } q t } q W| râ | rŢ | j | d n d St
d | g } | j | _ | Sd S( Nt impR i u .s# absolute and local imports together( R R
R t import_fromt hasattrR t probably_a_local_importR t changedt FalseR t Truet warningR t prefix( R R t resultsR" t
have_localt
have_absolutet mod_namet new( ( s= /opt/alt/python27/lib64/python2.7/lib2to3/fixes/fix_import.pyt transform3 s,
c C sĄ | j d r t S| j d d d } t | j } t | | } t t t | d sf t Sx4 d t d d d d g D] } t | | r t Sq Wt S(
Nu .i i s __init__.pys .pys .pycs .sos .sls .pyd( t
startswithR' t splitR t filenameR R R R( ( R t imp_namet base_patht ext( ( s= /opt/alt/python27/lib64/python2.7/lib2to3/fixes/fix_import.pyR% U s ( t __name__t
__module__R( t
BM_compatiblet PATTERNR R0 R% ( ( ( s= /opt/alt/python27/lib64/python2.7/lib2to3/fixes/fix_import.pyR &