B
    ›³ëbƒ  ã               @   s4   d Z dZddlZddlmZmZ dd„ Zdd„ ZdS )	z`SCons.Tool.python

Registers the Python scanner for the supported Python source file suffixes.

z,__FILE__ __REVISION__ __DATE__ __DEVELOPER__é    N)ÚPythonScannerÚPythonSuffixesc             C   s"   xt D ]}tjj |t¡ qW dS )z9Hook the python builder and scanner into the environment.N)r   ÚSConsZToolZSourceFileScannerZadd_scannerr   )ÚenvÚsuffix© r   ú0lib/python3.7/site-packages/SCons/Tool/python.pyÚgenerate$   s    
r	   c             C   s   dS )NTr   )r   r   r   r   Úexists*   s    r
   )	Ú__doc__Z__revision__Z
SCons.Toolr   ZSCons.Scanner.Pythonr   r   r	   r
   r   r   r   r   Ú<module>   s
   