3
wd                 @   sb   d dl mZ d dlmZ dgZG dd deZedkr^d dlmZ ej	d e
edd	j  d
S )    )	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_fix	linker_so
linker_exearchiverZranlibZversion_cmdc             C   s   d S )N )selfr	   r	   ?/tmp/pip-build-7vycvbft/numpy/numpy/distutils/fcompiler/none.pyfind_executables   s    zNoneFCompiler.find_executables)__name__
__module____qualname__compiler_typedescriptionexecutablesr   r	   r	   r	   r   r      s   __main__)log   r   )compilerN)Znumpy.distutils.fcompilerr   Znumpy.distutilsr   	compilersr   r   	distutilsr   set_verbosityprintget_versionr	   r	   r	   r   <module>   s   
