AlkantarClanX12
Current Path : /proc/self/root/usr/lib64/python3.6/lib2to3/fixes/__pycache__/ |
Current File : //proc/self/root/usr/lib64/python3.6/lib2to3/fixes/__pycache__/fix_import.cpython-36.opt-2.pyc |
3 \� � @ sV d dl mZ ddlmZmZmZmZ d dlmZm Z m Z dd� ZG dd� dej�Z d S ) � )� fixer_base� )�dirname�join�exists�sep)� FromImport�syms�tokenc c s� | g}x�|r�|j � }|jtjkr*|jV q|jtjkrPdjdd� |jD ��V q|jtj krn|j |jd � q|jtjkr�|j|jd d d� � qt d��qW d S )N� c S s g | ] }|j �qS � )�value)�.0Zchr r �0/usr/lib64/python3.6/lib2to3/fixes/fix_import.py� <listcomp> s z$traverse_imports.<locals>.<listcomp>r r zunknown node type���)�pop�typer �NAMEr r Zdotted_namer �childrenZdotted_as_name�appendZdotted_as_names�extend�AssertionError)�names�pending�noder r r �traverse_imports s r c s4 e Zd ZdZdZ� fdd�Zdd� Zdd� Z� ZS ) � FixImportTzj import_from< 'from' imp=any 'import' ['('] any [')'] > | import_name< 'import' imp=any > c s"