ó
ÿ¼÷Xc           @` sž   d  d l  m Z m Z m Z d  d l m Z d g Z d e f d „  ƒ  YZ e d k rš d  d l	 m
 Z
 e
 j d ƒ e ƒ  Z e j ƒ  e e j ƒ  ƒ n  d S(	   i    (   t   divisiont   absolute_importt   print_function(   t	   FCompilert   NoneFCompilerc           B` s[   e  Z d  Z d Z i d d 6d d 6d d 6d d 6d d 6d d 6d d 6d d	 6Z d
 „  Z RS(   t   nones   Fake Fortran compilert   compiler_f77t   compiler_f90t   compiler_fixt	   linker_sot
   linker_exet   archivert   ranlibt   version_cmdc         C` s   d  S(   N(    (   t   self(    (    s=   /tmp/pip-build-2Vcwy8/numpy/numpy/distutils/fcompiler/none.pyt   find_executables   s    N(   t   __name__t
   __module__t   compiler_typet   descriptiont   Nonet   executablesR   (    (    (    s=   /tmp/pip-build-2Vcwy8/numpy/numpy/distutils/fcompiler/none.pyR      s   

t   __main__(   t   logi   N(   t
   __future__R    R   R   t   numpy.distutils.fcompilerR   t	   compilersR   R   t	   distutilsR   t   set_verbosityt   compilert	   customizet   printt   get_version(    (    (    s=   /tmp/pip-build-2Vcwy8/numpy/numpy/distutils/fcompiler/none.pyt   <module>   s   		
