B
    n\8                 @   sv   d dl mZmZmZ d dlmZ d dlmZ dgZG dd deZ	e
dkrrd dlmZ ed eed	d
  dS )    )divisionabsolute_importprint_function)	FCompiler)customized_fcompilerNoneFCompilerc            	   @   s2   e Zd ZdZdZdddddddddZdd ZdS )r   nonezFake Fortran compilerN)Zcompiler_f77Zcompiler_f90Zcompiler_fixZ	linker_soZ
linker_exeZarchiverZranlibZversion_cmdc             C   s   d S )N )selfr	   r	   =lib/python3.7/site-packages/numpy/distutils/fcompiler/none.pyfind_executables   s    zNoneFCompiler.find_executables)__name__
__module____qualname__Zcompiler_typeZdescriptionZexecutablesr   r	   r	   r	   r   r      s   __main__)log   r   )ZcompilerN)Z
__future__r   r   r   Znumpy.distutils.fcompilerr   Znumpy.distutilsr   Z	compilersr   r   Z	distutilsr   Zset_verbosityprintZget_versionr	   r	   r	   r   <module>   s   
